Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static ColumnView.FindOptions |
ColumnView.FindOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnView.FindOptions[] |
ColumnView.FindOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ColumnVector |
ColumnView.listIndexOf(ColumnView keys,
ColumnView.FindOptions findOption)
Create a column of int32 indices, indicating the position of each row in the
search key column in the corresponding row of the lists column.
|
ColumnVector |
ColumnView.listIndexOf(Scalar key,
ColumnView.FindOptions findOption)
Create a column of int32 indices, indicating the position of the scalar search key
in each list row.
|
Copyright © 2024. All rights reserved.