Skip to content

Commit a9214c8

Browse files
committed
cleanup
1 parent e3834ab commit a9214c8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scalasql/operations/src/ExprAggOps.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ import scalasql.core.SqlStr.SqlStringSyntax
55
import scalasql.core.{Queryable, TypeMapper, Expr}
66

77
abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {
8-
98
/** Concatenates the given values into one string using the given separator */
109
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})")
1410
}

0 commit comments

Comments
 (0)