Class Lattice.BaseColumn

java.lang.Object
org.apache.calcite.materialize.Lattice.Column
org.apache.calcite.materialize.Lattice.BaseColumn
All Implemented Interfaces:
Comparable<Lattice.Column>
Enclosing class:
Lattice

public static class Lattice.BaseColumn extends Lattice.Column
Column in a lattice. Columns are identified by table alias and column name, and may have an additional alias that is unique within the entire lattice.
  • Field Details

    • table

      public final String table
      Alias of the table reference that the column belongs to.
    • column

      public final String column
      Name of the column. Unique within the table reference, but not necessarily within the lattice.
  • Method Details