| Package | Description |
|---|---|
| org.apache.calcite.materialize |
Management of materialized query results.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Method and Description |
|---|---|
MaterializationKey |
MaterializationService.defineMaterialization(CalciteSchema schema,
TileKey tileKey,
String viewSql,
List<String> viewSchemaPath,
String suggestedTableName,
boolean create)
Defines a new materialization.
|
| Modifier and Type | Method and Description |
|---|---|
CalciteSchema.TableEntry |
MaterializationService.checkValid(MaterializationKey key)
Checks whether a materialization is valid, and if so, returns the table
where the data are stored.
|
| Constructor and Description |
|---|
MaterializedViewTable(Type elementType,
RelProtoDataType relDataType,
String viewSql,
List<String> viewSchemaPath,
MaterializationKey key) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.