Package org.apache.calcite.materialize
Class Lattice.DerivedColumn
java.lang.Object
org.apache.calcite.materialize.Lattice.Column
org.apache.calcite.materialize.Lattice.DerivedColumn
- All Implemented Interfaces:
Comparable<Lattice.Column>
- Enclosing class:
Lattice
Column in a lattice that is based upon a SQL expression.
-
Field Summary
Fields inherited from class org.apache.calcite.materialize.Lattice.Column
alias, ordinal
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
The alias that SQL would give to this expression.void
toSql
(Lattice.SqlWriter writer) toString()
Methods inherited from class org.apache.calcite.materialize.Lattice.Column
compareTo, equals, hashCode
-
Field Details
-
e
-
-
Method Details
-
toString
-
toSql
- Specified by:
toSql
in classLattice.Column
-
defaultAlias
Description copied from class:Lattice.Column
The alias that SQL would give to this expression.- Specified by:
defaultAlias
in classLattice.Column
-