Column Aggregation#
- group Aggregation
Contents:
- Aggregation Factories
rank_percentagebitwise_opudf_typecorrelation_typeewm_historymake_sum_aggregation()make_sum_with_overflow_aggregation()make_product_aggregation()make_min_aggregation()make_max_aggregation()make_count_aggregation()make_any_aggregation()make_all_aggregation()make_histogram_aggregation()make_sum_of_squares_aggregation()make_mean_aggregation()make_m2_aggregation()make_variance_aggregation()make_std_aggregation()make_median_aggregation()make_quantile_aggregation()make_argmax_aggregation()make_argmin_aggregation()make_nunique_aggregation()make_nth_element_aggregation()make_row_number_aggregation()make_ewma_aggregation()make_rank_aggregation()make_collect_list_aggregation()make_collect_set_aggregation()make_lag_aggregation()make_lead_aggregation()make_udf_aggregation()make_host_udf_aggregation()make_merge_lists_aggregation()make_merge_sets_aggregation()make_merge_m2_aggregation()make_merge_histogram_aggregation()make_covariance_aggregation()make_correlation_aggregation()make_tdigest_aggregation()make_merge_tdigest_aggregation()make_bitwise_aggregation()is_valid_aggregation()cudf::host_udf_basecudf::reduce_host_udfcudf::segmented_reduce_host_udfcudf::groupby_host_udfcudf::aggregationcudf::rolling_aggregationcudf::groupby_aggregationcudf::groupby_scan_aggregationcudf::reduce_aggregationcudf::scan_aggregationcudf::segmented_reduce_aggregation
- Aggregation Reduction
- Aggregation Groupby
- Aggregation Rolling
range_window_typemake_range_windows()rolling_window()rolling_window()grouped_rolling_window()grouped_rolling_window()grouped_rolling_window()grouped_rolling_window()grouped_range_rolling_window()grouped_range_rolling_window()rolling_window()is_valid_rolling_aggregation()cudf::range_window_boundscudf::bounded_closedcudf::bounded_opencudf::unboundedcudf::current_rowcudf::rolling_requestcudf::window_bounds