public class FunctionCall extends LogicalExpressionBase implements Iterable<LogicalExpression>
LogicalExpression.De, LogicalExpression.Se
Modifier and Type | Field and Description |
---|---|
protected org.apache.drill.shaded.guava.com.google.common.collect.ImmutableList<LogicalExpression> |
args |
Constructor and Description |
---|
FunctionCall(String name,
List<LogicalExpression> args,
ExpressionPosition pos) |
Modifier and Type | Method and Description |
---|---|
<T,V,E extends Exception> |
accept(ExprVisitor<T,V,E> visitor,
V value) |
LogicalExpression |
arg(int i) |
int |
argCount() |
List<LogicalExpression> |
args() |
TypeProtos.MajorType |
getMajorType() |
String |
getName() |
ExpressionPosition |
getPosition() |
Iterator<LogicalExpression> |
iterator() |
String |
toString() |
getCumulativeCost, getDescription, getSelfCost, i
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
protected final org.apache.drill.shaded.guava.com.google.common.collect.ImmutableList<LogicalExpression> args
public FunctionCall(String name, List<LogicalExpression> args, ExpressionPosition pos)
public String getName()
public ExpressionPosition getPosition()
getPosition
in interface LogicalExpression
getPosition
in class LogicalExpressionBase
public List<LogicalExpression> args()
public int argCount()
public LogicalExpression arg(int i)
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 TypeProtos.MajorType getMajorType()
getMajorType
in interface LogicalExpression
getMajorType
in class LogicalExpressionBase
Copyright © 1970 The Apache Software Foundation. All rights reserved.