pub trait BindContext { // Required methods fn children(&self) -> &[VectorId] ⓘ; fn batch_inputs(&self) -> &[BatchId] ⓘ; }
The context used when binding an operator for execution.