BindContext

Trait BindContext 

Source
pub trait BindContext {
    // Required methods
    fn children(&self) -> &[VectorId] ;
    fn batch_inputs(&self) -> &[BatchId] ;
}
Expand description

The context used when binding an operator for execution.

Required Methods§

Source

fn children(&self) -> &[VectorId]

Source

fn batch_inputs(&self) -> &[BatchId]

Implementors§