private static class RexImpTable.NotImplementor extends Object implements NotNullImplementor
NOT operator.| Modifier and Type | Field and Description |
|---|---|
private NotNullImplementor |
implementor |
| Constructor and Description |
|---|
NotImplementor(NotNullImplementor implementor) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
implement(RexToLixTranslator translator,
RexCall call,
List<Expression> translatedOperands)
Implements a call with assumption that all the null-checking is
implemented by caller.
|
private static NotNullImplementor |
of(NotNullImplementor implementor) |
private final NotNullImplementor implementor
NotImplementor(NotNullImplementor implementor)
private static NotNullImplementor of(NotNullImplementor implementor)
public Expression implement(RexToLixTranslator translator, RexCall call, List<Expression> translatedOperands)
NotNullImplementorimplement in interface NotNullImplementortranslator - translator to implement the codecall - call to implementtranslatedOperands - arguments of a callCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.