| Package | Description |
|---|---|
| org.apache.calcite.schema |
Schema SPI.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
TableMacro.apply(List<Object> arguments)
Applies arguments to yield a table.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MaterializedViewTable
Table that is a materialized view.
|
class |
StarTable
Virtual table that is composed of two or more tables joined together.
|
class |
ViewTable
Table whose contents are defined using an SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
MaterializedViewTable.MaterializedViewTableMacro.apply(List<Object> arguments) |
TranslatableTable |
TableMacroImpl.apply(List<Object> arguments)
Applies arguments to yield a table.
|
| Modifier and Type | Method and Description |
|---|---|
TranslatableTable |
SqlUserDefinedTableMacro.getTable(RelDataTypeFactory typeFactory,
List<SqlNode> operandList)
Returns the table in this UDF, or null if there is no table.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.