Uses of Enum
ai.rapids.cudf.OutOfBoundsPolicy
Packages that use OutOfBoundsPolicy
-
Uses of OutOfBoundsPolicy in ai.rapids.cudf
Methods in ai.rapids.cudf that return OutOfBoundsPolicyModifier and TypeMethodDescriptionstatic OutOfBoundsPolicy
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.Methods in ai.rapids.cudf with parameters of type OutOfBoundsPolicyModifier and TypeMethodDescriptionTable.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.ColumnView.segmentedGather
(ColumnView gatherMap, OutOfBoundsPolicy policy) Segmented gather of the elements within a list element in each row of a list column.