| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| Modifier and Type | Field and Description |
|---|---|
Lattice.Node |
Lattice.Node.parent |
| Modifier and Type | Field and Description |
|---|---|
com.google.common.collect.ImmutableList<Lattice.Node> |
Lattice.nodes |
| Constructor and Description |
|---|
Lattice.Node(TableScan scan,
Lattice.Node parent,
List<IntPair> link,
int startCol,
int endCol,
String alias) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.