Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static BinaryOp |
BinaryOp.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
ColumnVector |
Scalar.binaryOp(BinaryOp op,
BinaryOperable rhs,
DType outType) |
ColumnVector |
BinaryOperable.binaryOp(BinaryOp op,
BinaryOperable rhs,
DType outType)
Multiple different binary operations.
|
ColumnVector |
ColumnView.binaryOp(BinaryOp op,
BinaryOperable rhs,
DType outType)
Multiple different binary operations.
|
static DType |
BinaryOperable.implicitConversion(BinaryOp op,
BinaryOperable lhs,
BinaryOperable rhs)
Finds the proper DType for an implicit output.
|
ColumnVector |
ColumnView.mergeAndSetValidity(BinaryOp mergeOp,
ColumnView... columns)
Create a deep copy of the column while replacing the null mask.
|
Copyright © 2024. All rights reserved.