| Package | Description |
|---|---|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewTable
Table that is a materialized view.
|
class |
ModifiableViewTable
Extension to
ViewTable that is modifiable. |
| Modifier and Type | Method and Description |
|---|---|
protected ViewTable |
ViewTableMacro.viewTable(CalcitePrepare.AnalyzeViewResult parsed,
String viewSql,
List<String> schemaPath,
List<String> viewPath)
Allows a sub-class to return an extension of
ViewTable by
overriding this method. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.