| Modifier and Type | Method and Description |
|---|---|
static ReductionOp |
ReductionOp.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReductionOp[] |
ReductionOp.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Scalar |
ColumnVector.reduce(ReductionOp op)
Computes the reduction of the values in all rows of a column.
|
Scalar |
ColumnVector.reduce(ReductionOp op,
DType outType)
Computes the reduction of the values in all rows of a column.
|
Copyright © 2019. All rights reserved.