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