pub fn experimental_group_by_reducer_dataset<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    input_dataset: O0,
    key_func_other_arguments: O1,
    init_func_other_arguments: O2,
    reduce_func_other_arguments: O3,
    finalize_func_other_arguments: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ExperimentalGroupByReducerDataset::new().build(input_dataset, key_func_other_arguments, init_func_other_arguments, reduce_func_other_arguments, finalize_func_other_arguments, scope).