Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
assert_expected_schema in datafusion::logical_expr - Rust
[go: Go Back, main page]

Function assert_expected_schema

Source
pub fn assert_expected_schema(
    schema: &Arc<DFSchema>,
    plan: &LogicalPlan,
) -> Result<(), DataFusionError>
Expand description

Returns an error if the plan does not have the expected schema. Ignores metadata and nullability.