| 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 |
|---|
InterpretableRel.InterpreterImplementor(Interpreter interpreter,
CalcitePrepare.SparkHandler spark,
DataContext dataContext) |
| Modifier and Type | Method and Description |
|---|---|
static CalcitePrepare.SparkHandler |
CalcitePrepare.Dummy.getSparkHandler(boolean enable)
Returns a spark handler.
|
CalcitePrepare.SparkHandler |
CalcitePrepare.Context.spark()
Returns the spark handler.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.