| Package | Description |
|---|---|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| Modifier and Type | Method and Description |
|---|---|
ModifiableViewTable |
ModifiableViewTable.extend(List<RelDataTypeField> extendedColumns,
RelDataTypeFactory typeFactory)
Extends the underlying table and returns a new view with updated row-type
and column-mapping.
|
protected ModifiableViewTable |
ModifiableViewTable.extend(Table extendedTable,
RelProtoDataType protoRowType,
ImmutableIntList newColumnMapping) |
protected ModifiableViewTable |
ViewTableMacro.modifiableViewTable(CalcitePrepare.AnalyzeViewResult parsed,
String viewSql,
List<String> schemaPath,
List<String> viewPath,
CalciteSchema schema)
Allows a sub-class to return an extension of
ModifiableViewTable
by overriding this method. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.