| 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 |
ColumnVector.binaryOp(BinaryOp op,
BinaryOperable rhs,
DType outType)
Multiple different binary operations.
|
ColumnVector |
BinaryOperable.binaryOp(BinaryOp op,
BinaryOperable rhs,
DType outType)
Multiple different binary operations.
|
ColumnVector |
Scalar.binaryOp(BinaryOp op,
BinaryOperable rhs,
DType outType) |
Copyright © 2019. All rights reserved.