Class FunctionCall
java.lang.Object
org.apache.drill.common.expression.LogicalExpressionBase
org.apache.drill.common.expression.FunctionCall
- All Implemented Interfaces:
Iterable<LogicalExpression>,LogicalExpression
- Direct Known Subclasses:
BooleanOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.drill.common.expression.LogicalExpression
LogicalExpression.De, LogicalExpression.Se -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final com.google.common.collect.ImmutableList<LogicalExpression> -
Constructor Summary
ConstructorsConstructorDescriptionFunctionCall(String name, List<LogicalExpression> args, ExpressionPosition pos) -
Method Summary
Methods inherited from class org.apache.drill.common.expression.LogicalExpressionBase
getCumulativeCost, getDescription, 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
-
args
-
-
Constructor Details
-
FunctionCall
-
-
Method Details
-
getName
-
getPosition
- Specified by:
getPositionin interfaceLogicalExpression- Overrides:
getPositionin classLogicalExpressionBase
-
args
-
argCount
public int argCount() -
arg
-
accept
- Specified by:
acceptin interfaceLogicalExpression- Throws:
E
-
iterator
- Specified by:
iteratorin interfaceIterable<LogicalExpression>
-
getMajorType
- Specified by:
getMajorTypein interfaceLogicalExpression- Overrides:
getMajorTypein classLogicalExpressionBase
-
toString
-