Uses of Enum
ai.rapids.cudf.ast.BinaryOperator
Packages that use BinaryOperator
-
Uses of BinaryOperator in ai.rapids.cudf.ast
Methods in ai.rapids.cudf.ast that return BinaryOperatorModifier and TypeMethodDescriptionstatic BinaryOperator
Returns the enum constant of this type with the specified name.static BinaryOperator[]
BinaryOperator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ai.rapids.cudf.ast with parameters of type BinaryOperatorModifierConstructorDescriptionBinaryOperation
(BinaryOperator op, AstExpression leftInput, AstExpression rightInput)