Class FunctionCallExpression
- java.lang.Object
-
- com.amazonaws.athena.connector.lambda.domain.predicate.expression.FederationExpression
-
- com.amazonaws.athena.connector.lambda.domain.predicate.expression.FunctionCallExpression
-
public final class FunctionCallExpression extends FederationExpression
-
-
Constructor Summary
Constructors Constructor Description FunctionCallExpression(org.apache.arrow.vector.types.pojo.ArrowType type, FunctionName functionName, List<FederationExpression> arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<FederationExpression>
getArguments()
List<? extends FederationExpression>
getChildren()
FunctionName
getFunctionName()
int
hashCode()
String
toString()
-
Methods inherited from class com.amazonaws.athena.connector.lambda.domain.predicate.expression.FederationExpression
getType
-
-
-
-
Constructor Detail
-
FunctionCallExpression
public FunctionCallExpression(org.apache.arrow.vector.types.pojo.ArrowType type, FunctionName functionName, List<FederationExpression> arguments)
-
-
Method Detail
-
getFunctionName
public FunctionName getFunctionName()
-
getArguments
public List<FederationExpression> getArguments()
-
getChildren
public List<? extends FederationExpression> getChildren()
- Specified by:
getChildren
in classFederationExpression
-
equals
public boolean equals(Object o)
- Specified by:
equals
in classFederationExpression
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classFederationExpression
-
toString
public String toString()
- Specified by:
toString
in classFederationExpression
-
-