Uses of Enum
ai.rapids.cudf.Table.DuplicateKeepOption
Packages that use Table.DuplicateKeepOption
-
Uses of Table.DuplicateKeepOption in ai.rapids.cudf
Methods in ai.rapids.cudf that return Table.DuplicateKeepOptionModifier and TypeMethodDescriptionstatic Table.DuplicateKeepOption
Returns the enum constant of this type with the specified name.static Table.DuplicateKeepOption[]
Table.DuplicateKeepOption.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 Table.DuplicateKeepOptionModifier and TypeMethodDescriptionTable.dropDuplicates
(int[] keyColumns, Table.DuplicateKeepOption keep, boolean nullsEqual) Copy rows of the current table to an output table such that duplicate rows in the key columns are ignored (i.e., only one row from the duplicate ones will be copied).