pub trait ExprProjection { // Required method fn project(&self, path: &SelectExpr) -> Option<AnyValue<'static>>; }