Uses of Enum
ai.rapids.cudf.ColumnView.FindOptions
Packages that use ColumnView.FindOptions
-
Uses of ColumnView.FindOptions in ai.rapids.cudf
Methods in ai.rapids.cudf that return ColumnView.FindOptionsModifier and TypeMethodDescriptionstatic ColumnView.FindOptions
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.Methods in ai.rapids.cudf with parameters of type ColumnView.FindOptionsModifier and TypeMethodDescriptionfinal 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.final 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.