Class ValueExpressions.BooleanExpression
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.ValueExpressions.ValueExpression<Boolean>
org.apache.drill.common.expression.ValueExpressions.BooleanExpression
- All Implemented Interfaces:
Iterable<LogicalExpression>
,LogicalExpression
- Enclosing class:
- ValueExpressions
public static class ValueExpressions.BooleanExpression
extends ValueExpressions.ValueExpression<Boolean>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ValueExpressions.BooleanExpression
static final ValueExpressions.BooleanExpression
Fields inherited from class org.apache.drill.common.expression.ValueExpressions.ValueExpression
value
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription<T,
V, E extends Exception>
Taccept
(ExprVisitor<T, V, E> visitor, V value) boolean
protected Boolean
parseValue
(String s) Methods inherited from class org.apache.drill.common.expression.ValueExpressions.ValueExpression
iterator
Methods inherited from class org.apache.drill.common.expression.LogicalExpressionBase
getCumulativeCost, getDescription, getPosition, getSelfCost, i
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Field Details
-
TRUE
-
FALSE
-
-
Constructor Details
-
BooleanExpression
-
-
Method Details
-
parseValue
- Specified by:
parseValue
in classValueExpressions.ValueExpression<Boolean>
-
getMajorType
- Specified by:
getMajorType
in interfaceLogicalExpression
- Overrides:
getMajorType
in classLogicalExpressionBase
-
accept
- Throws:
E extends Exception
-
getBoolean
public boolean getBoolean()
-