Class ConvertExpression
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.ConvertExpression
- All Implemented Interfaces:
Iterable<LogicalExpression>,LogicalExpression
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConvertExpression(String convertFunction, String encodingType, LogicalExpression input, ExpressionPosition pos) -
Method Summary
Methods inherited from class org.apache.drill.common.expression.LogicalExpressionBase
getCumulativeCost, getDescription, getPosition, getSelfCost, iMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
CONVERT_FROM
- See Also:
-
CONVERT_TO
- See Also:
-
-
Constructor Details
-
ConvertExpression
public ConvertExpression(String convertFunction, String encodingType, LogicalExpression input, ExpressionPosition pos) - Parameters:
convertFunction-encodingType-input-pos-
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceLogicalExpression- Throws:
E
-
iterator
- Specified by:
iteratorin interfaceIterable<LogicalExpression>
-
getConvertFunction
-
getInput
-
getMajorType
- Specified by:
getMajorTypein interfaceLogicalExpression- Overrides:
getMajorTypein classLogicalExpressionBase
-
getEncodingType
-
toString
-