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
Members list
In this article