| Package | Description |
|---|---|
| org.apache.calcite.adapter.java |
Query provider based on Java in-memory data
structures.
|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
ReflectiveSchema.MethodTableMacro
Table macro based on a Java method.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
MaterializedViewTable.MaterializedViewTableMacro
Table function that returns the table that materializes a view.
|
class |
TableMacroImpl
Implementation of
TableMacro based on a
method. |
class |
ViewTableMacro
Table function that implements a view.
|
| Modifier and Type | Method and Description |
|---|---|
static TableMacro |
TableMacroImpl.create(Class<?> clazz)
Creates a
TableMacro from a class, looking for an "eval"
method. |
static TableMacro |
TableMacroImpl.create(Method method)
Creates a
TableMacro from a method. |
| Modifier and Type | Field and Description |
|---|---|
private TableMacro |
SqlUserDefinedTableMacro.tableMacro |
| Constructor and Description |
|---|
SqlUserDefinedTableMacro(SqlIdentifier opName,
SqlReturnTypeInference returnTypeInference,
SqlOperandTypeInference operandTypeInference,
SqlOperandTypeChecker operandTypeChecker,
List<RelDataType> paramTypes,
TableMacro tableMacro) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.