Package | Description |
---|---|
org.apache.calcite.adapter.druid |
Query provider based on a Druid database.
|
org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
org.apache.calcite.adapter.spark |
Adapter based on the Apache Spark data management system.
|
org.apache.calcite.interpreter |
Provides an implementation of relational expressions using an interpreter.
|
org.apache.calcite.jdbc |
JDBC driver for Calcite.
|
Modifier and Type | Class and Description |
---|---|
class |
DruidQuery
Relational expression representing a scan of a Druid data set.
|
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 |
---|---|
ArrayBindable |
SparkHandlerImpl.compile(ClassDeclaration expr,
String s) |
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 | Method and Description |
---|---|
static ArrayBindable |
Interpreters.bindable(RelNode rel)
Creates a
Bindable that interprets a
given relational expression. |
Modifier and Type | Method and Description |
---|---|
ArrayBindable |
CalcitePrepare.SparkHandler.compile(ClassDeclaration expr,
String s) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.