UnaryOp
dataprism.sharedast.SqlExpr.UnaryOp
case class UnaryOp[Codec[_]](expr: SqlExpr[Codec], op: UnaryOperation, expectedType: String) extends SqlExpr[Codec]
Attributes
- Source
- SharedSqlAst.scala
- Graph
-
- Supertypes
Members list
In this article