Uses of Enum
ai.rapids.cudf.NullPolicy
Packages that use NullPolicy
-
Uses of NullPolicy in ai.rapids.cudf
Methods in ai.rapids.cudf that return NullPolicyModifier and TypeMethodDescriptionstatic NullPolicyReturns the enum constant of this type with the specified name.static NullPolicy[]NullPolicy.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 NullPolicyModifier and TypeMethodDescriptionstatic GroupByAggregationGroupByAggregation.collectList(NullPolicy nullPolicy) Collect the values into a list.static ReductionAggregationReductionAggregation.collectList(NullPolicy nullPolicy) Collect the values into a list.static RollingAggregationRollingAggregation.collectList(NullPolicy nullPolicy) Collect the values into a list.static GroupByAggregationGroupByAggregation.collectSet(NullPolicy nullPolicy, NullEquality nullEquality, NaNEquality nanEquality) Collect the values into a set.static ReductionAggregationReductionAggregation.collectSet(NullPolicy nullPolicy, NullEquality nullEquality, NaNEquality nanEquality) Collect the values into a set.static RollingAggregationRollingAggregation.collectSet(NullPolicy nullPolicy, NullEquality nullEquality, NaNEquality nanEquality) Collect the values into a set.static GroupByAggregationGroupByAggregation.count(NullPolicy nullPolicy) Count number of elements.static GroupByScanAggregationGroupByScanAggregation.count(NullPolicy nullPolicy) Count number of elements.static RollingAggregationRollingAggregation.count(NullPolicy nullPolicy) Count number of elements.intColumnView.distinctCount(NullPolicy nullPolicy) Count how many rows in the column are distinct from one another.ColumnView.listReduce(SegmentedReductionAggregation aggregation, NullPolicy nullPolicy, DType outType) Do a reduction on the values in a list.static GroupByAggregationGroupByAggregation.nth(int offset, NullPolicy nullPolicy) Get the nth element in a group.static ReductionAggregationReductionAggregation.nth(int offset, NullPolicy nullPolicy) Get the nth element in a group.static RollingAggregationRollingAggregation.nth(int n, NullPolicy nullPolicy) Select the nth element from a specified window.static GroupByAggregationGroupByAggregation.nunique(NullPolicy nullPolicy) Number of unique elements.static ReductionAggregationReductionAggregation.nunique(NullPolicy nullPolicy) Number of unique elements.final ColumnVectorColumnView.scan(ScanAggregation aggregation, ScanType scanType, NullPolicy nullPolicy) Computes a scan for a column.ColumnView.segmentedReduce(ColumnView offsets, SegmentedReductionAggregation aggregation, NullPolicy nullPolicy, DType outType) Do a segmented reduce where the offsets column indicates which groups in this to combine.