Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static Table.DuplicateKeepOption |
Table.DuplicateKeepOption.valueOf(String name)
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.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.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).
|
Copyright © 2024. All rights reserved.