function to create the initial value of the aggregation.
function to merge a new value into the aggregation result.
function to merge outputs from multiple mergeValue function.
whether to apply combiners on map partitions, also known as map-side aggregations. When set to false, mergeCombiners function is not used.
function to create the initial value of the aggregation.
whether to apply combiners on map partitions, also known as map-side aggregations.
whether to apply combiners on map partitions, also known as map-side aggregations. When set to false, mergeCombiners function is not used.
function to merge outputs from multiple mergeValue function.
function to merge a new value into the aggregation result.
A set of functions used to aggregate data.
function to create the initial value of the aggregation.
function to merge a new value into the aggregation result.
function to merge outputs from multiple mergeValue function.
whether to apply combiners on map partitions, also known as map-side aggregations. When set to false, mergeCombiners function is not used.