pub trait ToSqlExpr { // Required method fn to_sql(&self, dialect: &Dialect, schema: &DFSchema) -> Result<SqlExpr>; }