@Immutable public final class CallExpression extends RowExpression
| Constructor and Description |
|---|
CallExpression(String displayName,
FunctionHandle functionHandle,
Type returnType,
List<RowExpression> arguments) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(RowExpressionVisitor<R,C> visitor,
C context) |
boolean |
equals(Object obj) |
List<RowExpression> |
getArguments() |
String |
getDisplayName() |
FunctionHandle |
getFunctionHandle() |
Type |
getType() |
int |
hashCode() |
String |
toString() |
public CallExpression(String displayName, FunctionHandle functionHandle, Type returnType, List<RowExpression> arguments)
public String getDisplayName()
public FunctionHandle getFunctionHandle()
public Type getType()
getType in class RowExpressionpublic List<RowExpression> getArguments()
public String toString()
toString in class RowExpressionpublic int hashCode()
hashCode in class RowExpressionpublic boolean equals(Object obj)
equals in class RowExpressionpublic <R,C> R accept(RowExpressionVisitor<R,C> visitor, C context)
accept in class RowExpressionCopyright © 2012–2019. All rights reserved.