| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.schema |
Schema SPI.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static CallImplementor |
RexImpTable.createImplementor(NotNullImplementor implementor,
NullPolicy nullPolicy,
boolean harmonize) |
CallImplementor |
RexImpTable.get(SqlOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
CallImplementor |
ImplementableFunction.getImplementor()
Returns implementor that translates the function to linq4j expression.
|
| Modifier and Type | Method and Description |
|---|---|
CallImplementor |
ScalarFunctionImpl.getImplementor() |
CallImplementor |
TableFunctionImpl.getImplementor() |
| Modifier and Type | Method and Description |
|---|---|
CallImplementor |
SqlAdvisorGetHintsFunction.getImplementor() |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.