| Package | Description |
|---|---|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MaterializedViewTable.MaterializedViewTableMacro
Table function that returns the table that materializes a view.
|
| Modifier and Type | Method and Description |
|---|---|
static ViewTableMacro |
ViewTable.viewMacro(SchemaPlus schema,
String viewSql,
List<String> schemaPath)
Deprecated.
|
static ViewTableMacro |
ViewTable.viewMacro(SchemaPlus schema,
String viewSql,
List<String> schemaPath,
Boolean modifiable)
Deprecated.
|
static ViewTableMacro |
ViewTable.viewMacro(SchemaPlus schema,
String viewSql,
List<String> schemaPath,
List<String> viewPath,
Boolean modifiable)
Table macro that returns a view.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.