Uses of Enum
ai.rapids.cudf.ScanType
Packages that use ScanType
-
Uses of ScanType in ai.rapids.cudf
Methods in ai.rapids.cudf that return ScanTypeModifier and TypeMethodDescriptionstatic ScanType
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.Methods in ai.rapids.cudf with parameters of type ScanTypeModifier and TypeMethodDescriptionfinal ColumnVector
ColumnView.scan
(ScanAggregation aggregation, ScanType scanType) Computes a scan for a column that excludes nulls.final ColumnVector
ColumnView.scan
(ScanAggregation aggregation, ScanType scanType, NullPolicy nullPolicy) Computes a scan for a column.