public static class CalciteSchema.LatticeEntryImpl extends CalciteSchema.LatticeEntry
CalciteSchema.LatticeEntry
where all properties are held in fields.| Modifier and Type | Field and Description |
|---|---|
private Lattice |
lattice |
private CalciteSchema.TableEntry |
starTableEntry |
name, schema| Constructor and Description |
|---|
LatticeEntryImpl(CalciteSchema schema,
String name,
Lattice lattice)
Creates a LatticeEntryImpl.
|
| Modifier and Type | Method and Description |
|---|---|
Lattice |
getLattice() |
CalciteSchema.TableEntry |
getStarTable() |
pathprivate final Lattice lattice
private final CalciteSchema.TableEntry starTableEntry
public LatticeEntryImpl(CalciteSchema schema, String name, Lattice lattice)
public Lattice getLattice()
getLattice in class CalciteSchema.LatticeEntrypublic CalciteSchema.TableEntry getStarTable()
getStarTable in class CalciteSchema.LatticeEntryCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.