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, iclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected 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 LogicalExpressiongetPosition in class LogicalExpressionBasepublic 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 LogicalExpressionE extends Exceptionpublic Iterator<LogicalExpression> iterator()
iterator in interface Iterable<LogicalExpression>public TypeProtos.MajorType getMajorType()
getMajorType in interface LogicalExpressiongetMajorType in class LogicalExpressionBaseCopyright © 2021 The Apache Software Foundation. All rights reserved.