| Package | Description |
|---|---|
| org.apache.calcite.schema.impl |
Utilities to help implement Calcite's SPIs.
|
| org.apache.calcite.sql.advise |
Provides hints and corrections for editing SQL statements.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableFunctionImpl
Implementation of
TableFunction based on a
method. |
| Modifier and Type | Method and Description |
|---|---|
static TableFunction |
TableFunctionImpl.create(Class<?> clazz)
Creates a
TableFunctionImpl from a class, looking for an "eval"
method. |
static TableFunction |
TableFunctionImpl.create(Method method)
Creates a
TableFunctionImpl from a method. |
| Modifier and Type | Class and Description |
|---|---|
class |
SqlAdvisorGetHintsFunction
Table function that returns completion hints for a given SQL statement.
|
| Modifier and Type | Method and Description |
|---|---|
TableFunction |
SqlUserDefinedTableFunction.getFunction()
Returns function that implements given operator call.
|
| Constructor and Description |
|---|
SqlUserDefinedTableFunction(SqlIdentifier opName,
SqlReturnTypeInference returnTypeInference,
SqlOperandTypeInference operandTypeInference,
SqlOperandTypeChecker operandTypeChecker,
List<RelDataType> paramTypes,
TableFunction function) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.