Function from_substrait_named_struct
pub fn from_substrait_named_struct(
consumer: &impl SubstraitConsumer,
base_schema: &NamedStruct,
) -> Result<DFSchema, DataFusionError>
Expand description
Convert Substrait NamedStruct to DataFusion DFSchemaRef