| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
| Modifier and Type | Method and Description |
|---|---|
static Bindable |
EnumerableInterpretable.toBindable(Map<String,Object> parameters,
CalcitePrepare.SparkHandler spark,
EnumerableRel rel,
EnumerableRel.Prefer prefer) |
| Modifier and Type | Field and Description |
|---|---|
CalcitePrepare.SparkHandler |
InterpretableRel.InterpreterImplementor.spark |
| Constructor and Description |
|---|
InterpreterImplementor(Compiler compiler,
CalcitePrepare.SparkHandler spark,
DataContext dataContext) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
CalcitePrepare.Dummy.TrivialSparkHandler
Implementation of
CalcitePrepare.SparkHandler that either does nothing or
throws for each method. |
| Modifier and Type | Field and Description |
|---|---|
private static CalcitePrepare.SparkHandler |
CalcitePrepare.Dummy.sparkHandler |
| Modifier and Type | Method and Description |
|---|---|
private static CalcitePrepare.SparkHandler |
CalcitePrepare.Dummy.createHandler() |
static CalcitePrepare.SparkHandler |
CalcitePrepare.Dummy.getSparkHandler(boolean enable)
Returns a spark handler.
|
CalcitePrepare.SparkHandler |
CalciteConnectionImpl.ContextImpl.spark() |
CalcitePrepare.SparkHandler |
CalcitePrepare.Context.spark()
Returns the spark handler.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.