| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.adapter.jdbc |
Query provider based on a JDBC data source.
|
| org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
| org.apache.calcite.plan.volcano |
Optimizes relational expressions.
|
| org.apache.calcite.rel.convert |
Defines relational expressions and rules for converting between calling
conventions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EnumerableBindable
Relational expression that converts an enumerable input to interpretable
calling convention.
|
class |
EnumerableInterpretable
Relational expression that converts an enumerable input to interpretable
calling convention.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JdbcToEnumerableConverter
Relational expression representing a scan of a table in a JDBC data source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InterpretableConverter
Relational expression that converts any relational expression input to
InterpretableConvention, by wrapping
it in an interpreter. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConverter
Converts a relational expression to any given output convention.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NoneConverter
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.