| Package | Description |
|---|---|
| org.apache.calcite.adapter.enumerable |
Query optimizer rules for Java calling convention.
|
| org.apache.calcite.rex |
Provides a language for representing row-expressions.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
EnumerableWindow.WindowRelInputGetter
Implementation of
RexToLixTranslator.InputGetter
suitable for generating implementations of windowed aggregate
functions. |
static class |
RexToLixTranslator.InputGetterImpl
Implementation of
RexToLixTranslator.InputGetter that calls
PhysType.fieldReference(org.apache.calcite.linq4j.tree.Expression, int). |
| Modifier and Type | Field and Description |
|---|---|
private RexToLixTranslator.InputGetter |
RexToLixTranslator.inputGetter |
| Modifier and Type | Field and Description |
|---|---|
protected Function1<String,RexToLixTranslator.InputGetter> |
EnumerableRelImplementor.allCorrelateVariables |
private Function1<String,RexToLixTranslator.InputGetter> |
RexToLixTranslator.correlates |
private Map<String,RexToLixTranslator.InputGetter> |
EnumerableRelImplementor.corrVars |
| Modifier and Type | Method and Description |
|---|---|
RexToLixTranslator.InputGetter |
EnumerableRelImplementor.getCorrelVariableGetter(String name) |
| Modifier and Type | Method and Description |
|---|---|
static RexToLixTranslator |
RexToLixTranslator.forAggregation(JavaTypeFactory typeFactory,
BlockBuilder list,
RexToLixTranslator.InputGetter inputGetter)
Creates a translator for translating aggregate functions.
|
static Expression |
RexToLixTranslator.translateCondition(RexProgram program,
JavaTypeFactory typeFactory,
BlockBuilder list,
RexToLixTranslator.InputGetter inputGetter,
Function1<String,RexToLixTranslator.InputGetter> correlates) |
static List<Expression> |
RexToLixTranslator.translateProjects(RexProgram program,
JavaTypeFactory typeFactory,
BlockBuilder list,
PhysType outputPhysType,
Expression root,
RexToLixTranslator.InputGetter inputGetter,
Function1<String,RexToLixTranslator.InputGetter> correlates)
Translates a
RexProgram to a sequence of expressions and
declarations. |
| Modifier and Type | Method and Description |
|---|---|
RexToLixTranslator |
RexToLixTranslator.setCorrelates(Function1<String,RexToLixTranslator.InputGetter> correlates) |
static Expression |
RexToLixTranslator.translateCondition(RexProgram program,
JavaTypeFactory typeFactory,
BlockBuilder list,
RexToLixTranslator.InputGetter inputGetter,
Function1<String,RexToLixTranslator.InputGetter> correlates) |
static List<Expression> |
RexToLixTranslator.translateProjects(RexProgram program,
JavaTypeFactory typeFactory,
BlockBuilder list,
PhysType outputPhysType,
Expression root,
RexToLixTranslator.InputGetter inputGetter,
Function1<String,RexToLixTranslator.InputGetter> correlates)
Translates a
RexProgram to a sequence of expressions and
declarations. |
| Constructor and Description |
|---|
RexToLixTranslator(RexProgram program,
JavaTypeFactory typeFactory,
Expression root,
RexToLixTranslator.InputGetter inputGetter,
BlockBuilder list,
Map<? extends RexNode,Boolean> exprNullableMap,
RexBuilder builder,
RexToLixTranslator parent,
Function1<String,RexToLixTranslator.InputGetter> correlates) |
| Modifier and Type | Class and Description |
|---|---|
private static class |
RexExecutorImpl.DataContextInputGetter
Implementation of
RexToLixTranslator.InputGetter
that reads the values of input fields by calling
. |
| Modifier and Type | Method and Description |
|---|---|
private String |
RexExecutorImpl.compile(RexBuilder rexBuilder,
List<RexNode> constExps,
RexToLixTranslator.InputGetter getter) |
private String |
RexExecutorImpl.compile(RexBuilder rexBuilder,
List<RexNode> constExps,
RexToLixTranslator.InputGetter getter,
RelDataType rowType) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.