Class RexToLixTranslator.InputGetterImpl
java.lang.Object
org.apache.calcite.adapter.enumerable.RexToLixTranslator.InputGetterImpl
- All Implemented Interfaces:
RexToLixTranslator.InputGetter
- Enclosing class:
RexToLixTranslator
public static class RexToLixTranslator.InputGetterImpl
extends Object
implements RexToLixTranslator.InputGetter
Implementation of
RexToLixTranslator.InputGetter
that calls
PhysType.fieldReference(org.apache.calcite.linq4j.tree.Expression, int)
.-
Constructor Summary
ConstructorDescriptionInputGetterImpl
(List<Pair<Expression, PhysType>> inputs) Deprecated.InputGetterImpl
(Map<Expression, PhysType> inputs) InputGetterImpl
(Expression e, PhysType physType) -
Method Summary
Modifier and TypeMethodDescriptionfield
(BlockBuilder list, int index, @Nullable Type storageType)
-
Constructor Details
-
InputGetterImpl
Deprecated. -
InputGetterImpl
-
InputGetterImpl
-
-
Method Details
-
field
- Specified by:
field
in interfaceRexToLixTranslator.InputGetter
-