FunctionCall

dataprism.sharedast.SqlExpr.FunctionCall
case class FunctionCall[Codec[_]](functionCall: FunctionName, args: Seq[SqlExpr[Codec]], expectedType: String) extends SqlExpr[Codec]

Attributes

Source
SharedSqlAst.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait SqlExpr[Codec]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product