Package org.apache.calcite.materialize
Class Lattice.Vertex
- java.lang.Object
-
- org.apache.calcite.materialize.Lattice.Vertex
-
- Enclosing class:
- Lattice
private static class Lattice.Vertex extends java.lang.Object
Vertex in the temporary graph.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
alias
(package private) LatticeTable
table
-
Constructor Summary
Constructors Modifier Constructor Description private
Vertex(LatticeTable table, java.lang.String alias)
-
-
-
Field Detail
-
table
final LatticeTable table
-
alias
final java.lang.String alias
-
-
Constructor Detail
-
Vertex
private Vertex(LatticeTable table, java.lang.String alias)
-
-