Expr<bool> tsquery(TsQuery value) => ColumnConditionalExpr(this, '@@ ?', [Type.tsquery.value(value)]);