| 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.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 | 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. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Prepare.PreparedResultImpl
Abstract implementation of
Prepare.PreparedResult. |
| 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.