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 ScanTypeReturns 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 ColumnVectorColumnView.scan(ScanAggregation aggregation, ScanType scanType) Computes a scan for a column that excludes nulls.final ColumnVectorColumnView.scan(ScanAggregation aggregation, ScanType scanType, NullPolicy nullPolicy) Computes a scan for a column.