Uses of Enum
ai.rapids.cudf.BinaryOp
Packages that use BinaryOp
-
Uses of BinaryOp in ai.rapids.cudf
Methods in ai.rapids.cudf that return BinaryOpModifier and TypeMethodDescriptionstatic BinaryOp
Returns the enum constant of this type with the specified name.static BinaryOp[]
BinaryOp.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.rapids.cudf with parameters of type BinaryOpModifier and TypeMethodDescriptionBinaryOperable.binaryOp
(BinaryOp op, BinaryOperable rhs, DType outType) Multiple different binary operations.final ColumnVector
ColumnView.binaryOp
(BinaryOp op, BinaryOperable rhs, DType outType) Multiple different binary operations.Scalar.binaryOp
(BinaryOp op, BinaryOperable rhs, DType outType) static DType
BinaryOperable.implicitConversion
(BinaryOp op, BinaryOperable lhs, BinaryOperable rhs) Finds the proper DType for an implicit output.final ColumnVector
ColumnView.mergeAndSetValidity
(BinaryOp mergeOp, ColumnView... columns) Create a deep copy of the column while replacing the null mask.