Function from_substrait_plan_with_consumer
pub async fn from_substrait_plan_with_consumer(
consumer: &impl SubstraitConsumer,
plan: &Plan,
) -> Result<LogicalPlan, DataFusionError>
Expand description
Convert Substrait Plan to DataFusion LogicalPlan using the given consumer