| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| Modifier and Type | Method and Description |
|---|---|
Lattice.Builder |
Lattice.Builder.algorithm(boolean algorithm)
Sets the "algorithm" attribute (default false).
|
Lattice.Builder |
Lattice.Builder.algorithmMaxMillis(long algorithmMaxMillis)
Sets the "algorithmMaxMillis" attribute (default -1).
|
Lattice.Builder |
Lattice.Builder.auto(boolean auto)
Sets the "auto" attribute (default true).
|
static Lattice.Builder |
Lattice.builder(CalciteSchema calciteSchema,
String sql) |
Lattice.Builder |
Lattice.Builder.rowCountEstimate(double rowCountEstimate)
Sets the "rowCountEstimate" attribute (default null).
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.