Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Dec 11, 2023
1 parent e3834ab commit a9214c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scalasql/operations/src/ExprAggOps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ import scalasql.core.SqlStr.SqlStringSyntax
import scalasql.core.{Queryable, TypeMapper, Expr}

abstract class ExprAggOps[T](v: Aggregatable[Expr[T]]) {

/** Concatenates the given values into one string using the given separator */
def mkString(sep: Expr[String] = null)(implicit tm: TypeMapper[T]): Expr[String]

/** TRUE if the operand is equal to one of a list of expressions or one or more rows returned by a subquery */
// def contains(e: Expr[_]): Expr[Boolean] = v.queryExpr(implicit ctx => sql"ALL($e in $v})")
}

0 comments on commit a9214c8

Please sign in to comment.