Class ValueExpressions.QuotedString
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.ValueExpressions.ValueExpression<String>
org.apache.drill.common.expression.ValueExpressions.QuotedString
- All Implemented Interfaces:
Iterable<LogicalExpression>,LogicalExpression
- Enclosing class:
ValueExpressions
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se -
Field Summary
FieldsFields inherited from class org.apache.drill.common.expression.ValueExpressions.ValueExpression
value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T,V, E extends Exception>
Taccept(ExprVisitor<T, V, E> visitor, V value) protected StringparseValue(String s) Methods inherited from class org.apache.drill.common.expression.ValueExpressions.ValueExpression
iteratorMethods 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, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
EMPTY_STRING
-
-
Constructor Details
-
QuotedString
-
-
Method Details
-
getString
-
parseValue
- Specified by:
parseValuein classValueExpressions.ValueExpression<String>
-
getMajorType
- Specified by:
getMajorTypein interfaceLogicalExpression- Overrides:
getMajorTypein classLogicalExpressionBase
-
accept
- Throws:
E
-