All Downloads are FREE. Search and download functionalities are using the official Maven repository.

calasql-operations_3.0.1.6.source-code.ExprAggOps.scala Maven / Gradle / Ivy

package scalasql.operations

import scalasql.core.Aggregatable
import scalasql.core.{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]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy