| 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.
|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.runtime |
Utilities required at runtime.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerableBindable
Relational expression that converts an enumerable input to interpretable
calling convention.
|
| 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 | Interface and Description |
|---|---|
interface |
BindableRel
Relational expression that can implement itself in Bindable
convention.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Bindables.BindableAggregate
Implementation of
Aggregate
in bindable calling convention. |
static class |
Bindables.BindableFilter
Implementation of
Filter
in bindable convention. |
static class |
Bindables.BindableJoin
Implementation of
Join in
bindable calling convention. |
static class |
Bindables.BindableProject
Implementation of
Project in
bindable calling convention. |
static class |
Bindables.BindableSort
Implementation of
Sort
bindable calling convention. |
static class |
Bindables.BindableTableScan
Scan of a table that implements
ScannableTable and therefore can
be converted into an Enumerable. |
static class |
Bindables.BindableUnion
Implementation of
Union in
bindable calling convention. |
static class |
Bindables.BindableValues
Implementation of
Values
in bindable calling convention. |
static class |
Bindables.BindableWindow
Implementation of
Window
in bindable convention. |
class |
InterpretableConverter
Relational expression that converts any relational expression input to
InterpretableConvention, by wrapping
it in an interpreter. |
| Constructor and Description |
|---|
CalcitePrepare.CalciteSignature(String sql,
List<AvaticaParameter> parameterList,
Map<String,Object> internalParameters,
RelDataType rowType,
List<ColumnMetaData> columns,
Meta.CursorFactory cursorFactory,
int maxRowCount,
Bindable<T> bindable) |
| Modifier and Type | Method and Description |
|---|---|
abstract Bindable |
Prepare.PreparedExplain.getBindable() |
Bindable |
Prepare.PreparedResult.getBindable()
Executes the prepared result.
|
abstract Bindable |
Prepare.PreparedResultImpl.getBindable() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArrayBindable
Extension to
Bindable that returns rows that are arrays of objects. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.