Uses of Class
com.amazonaws.athena.connector.substrait.model.SubstraitOperator
-
Packages that use SubstraitOperator Package Description com.amazonaws.athena.connector.substrait.model -
-
Uses of SubstraitOperator in com.amazonaws.athena.connector.substrait.model
Methods in com.amazonaws.athena.connector.substrait.model that return SubstraitOperator Modifier and Type Method Description SubstraitOperator
ColumnPredicate. getOperator()
static SubstraitOperator
SubstraitOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubstraitOperator[]
SubstraitOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.athena.connector.substrait.model with parameters of type SubstraitOperator Constructor Description ColumnPredicate(String column, SubstraitOperator substraitOperator, Object value, org.apache.arrow.vector.types.pojo.ArrowType arrowType)
Constructs a new column predicate.
-