| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Method and Description |
|---|---|
static ScanType |
ScanType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScanType[] |
ScanType.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.scan(ScanAggregation aggregation,
ScanType scanType)
Computes a scan for a column that excludes nulls.
|
ColumnVector |
ColumnView.scan(ScanAggregation aggregation,
ScanType scanType,
NullPolicy nullPolicy)
Computes a scan for a column.
|
Copyright © 2024. All rights reserved.