| 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.runtime |
Utilities required at runtime.
|
| Class and Description |
|---|
| BindableRel
Relational expression that can implement itself in Bindable
convention.
|
| InterpretableRel
Relational expression that can implement itself using an interpreter.
|
| InterpretableRel.InterpreterImplementor |
| Node
Relational expression that can be executed using an interpreter.
|
| Class and Description |
|---|
| BindableConvention
Calling convention that returns results as an
Enumerable of object arrays. |
| BindableRel
Relational expression that can implement itself in Bindable
convention.
|
| Bindables.BindableAggregate
Implementation of
Aggregate
in bindable calling convention. |
| Bindables.BindableFilter
Implementation of
Filter
in bindable convention. |
| Bindables.BindableJoin
Implementation of
Join in
bindable calling convention. |
| Bindables.BindableProject
Implementation of
Project in
bindable calling convention. |
| Bindables.BindableSort
Implementation of
Sort
bindable calling convention. |
| Bindables.BindableTableScan
Scan of a table that implements
ScannableTable and therefore can
be converted into an Enumerable. |
| Bindables.BindableUnion
Implementation of
Union in
bindable calling convention. |
| Context
Context for executing a scalar expression in an interpreter.
|
| InterpretableConvention
Calling convention that returns results as an
Enumerable of object arrays. |
| InterpretableRel
Relational expression that can implement itself using an interpreter.
|
| InterpretableRel.InterpreterImplementor |
| Interpreter
Interpreter.
|
| Interpreter.Compiler |
| Node
Relational expression that can be executed using an interpreter.
|
| Row
Row.
|
| Row.RowBuilder
Utility class to build row objects.
|
| Scalar
Compiled scalar expression.
|
| Sink
Sink to which to send rows.
|
| Source
Source of rows.
|
| Class and Description |
|---|
| Row
Row.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.