We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3834ab commit a9214c8Copy full SHA for a9214c8
scalasql/operations/src/ExprAggOps.scala
@@ -5,10 +5,6 @@ import scalasql.core.SqlStr.SqlStringSyntax
5
import scalasql.core.{Queryable, TypeMapper, Expr}
6
7
abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {
8
-
9
/** Concatenates the given values into one string using the given separator */
10
def mkString(sep: Expr[String] = null)(implicit tm: TypeMapper[T]): Expr[String]
11
12
- /** TRUE if the operand is equal to one of a list of expressions or one or more rows returned by a subquery */
13
- // def contains(e: Expr[_]): Expr[Boolean] = v.queryExpr(implicit ctx => sql"ALL($e in $v})")
14
}
0 commit comments