Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static OutOfBoundsPolicy |
OutOfBoundsPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutOfBoundsPolicy[] |
OutOfBoundsPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.gather(ColumnView gatherMap,
OutOfBoundsPolicy outOfBoundsPolicy)
Gathers the rows of this table according to `gatherMap` such that row "i"
in the resulting table's columns will contain row "gatherMap[i]" from this table.
|
ColumnVector |
ColumnView.segmentedGather(ColumnView gatherMap,
OutOfBoundsPolicy policy)
Segmented gather of the elements within a list element in each row of a list column.
|
Copyright © 2024. All rights reserved.