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
datafusion::physical_plan::planner::ExtensionPlanner - Rust
[go: Go Back, main page]

[][src]Trait datafusion::physical_plan::planner::ExtensionPlanner

pub trait ExtensionPlanner {
    fn plan_extension(
        &self,
        node: &dyn UserDefinedLogicalNode,
        inputs: Vec<Arc<dyn ExecutionPlan>>,
        ctx_state: &ExecutionContextState
    ) -> Result<Arc<dyn ExecutionPlan>>; }

This trait permits the DefaultPhysicalPlanner to create plans for user defined ExtensionPlanNodes

Required methods

fn plan_extension(
    &self,
    node: &dyn UserDefinedLogicalNode,
    inputs: Vec<Arc<dyn ExecutionPlan>>,
    ctx_state: &ExecutionContextState
) -> Result<Arc<dyn ExecutionPlan>>
[src]

Create a physical plan for an extension node

Loading content...

Implementors

Loading content...