public class ConvertExpression extends LogicalExpressionBase implements Iterable<LogicalExpression>
LogicalExpression.De, LogicalExpression.Se
Modifier and Type | Field and Description |
---|---|
static String |
CONVERT_FROM |
static String |
CONVERT_TO |
Constructor and Description |
---|
ConvertExpression(String convertFunction,
String encodingType,
LogicalExpression input,
ExpressionPosition pos) |
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
String |
getConvertFunction() |
String |
getEncodingType() |
LogicalExpression |
getInput() |
TypeProtos.MajorType |
getMajorType() |
Iterator<LogicalExpression> |
iterator() |
String |
toString() |
getCumulativeCost, getDescription, getPosition, getSelfCost, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static final String CONVERT_FROM
public static final String CONVERT_TO
public ConvertExpression(String convertFunction, String encodingType, LogicalExpression input, ExpressionPosition pos)
encodingType
- convertFunction
- input
- pos
- public <T,V,E extends Exception> T accept(ExprVisitor<T,V,E> visitor, V value) throws E extends Exception
accept
in interface LogicalExpression
E extends Exception
public Iterator<LogicalExpression> iterator()
iterator
in interface Iterable<LogicalExpression>
public String getConvertFunction()
public LogicalExpression getInput()
public TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
getMajorType
in class LogicalExpressionBase
public String getEncodingType()
Copyright © 1970 The Apache Software Foundation. All rights reserved.