Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static DuplicateKeepOption |
DuplicateKeepOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DuplicateKeepOption[] |
DuplicateKeepOption.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.dropListDuplicates(DuplicateKeepOption keepOption)
Create a new LIST column by copying elements from the current LIST column ignoring duplicate,
producing a LIST column in which each list contain only unique elements.
|
Copyright © 2025. All rights reserved.