private static class RexImpTable.ItemImplementor extends Object implements CallImplementor
ITEM SQL operator.| Modifier | Constructor and Description |
|---|---|
private |
ItemImplementor() |
| Modifier and Type | Method and Description |
|---|---|
private RexImpTable.MethodImplementor |
getImplementor(SqlTypeName sqlTypeName) |
Expression |
implement(RexToLixTranslator translator,
RexCall call,
RexImpTable.NullAs nullAs)
Implements a call.
|
public Expression implement(RexToLixTranslator translator, RexCall call, RexImpTable.NullAs nullAs)
CallImplementorimplement in interface CallImplementortranslator - Translator for the callcall - Call that should be implementednullAs - The desired mode of null translationprivate RexImpTable.MethodImplementor getImplementor(SqlTypeName sqlTypeName)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.