public final class SegmentedReductionAggregation extends Object
Modifier and Type | Method and Description |
---|---|
static SegmentedReductionAggregation |
all()
All reduction.
|
static SegmentedReductionAggregation |
any()
Any reduction.
|
boolean |
equals(Object other) |
int |
hashCode() |
static SegmentedReductionAggregation |
max()
Max Aggregation
|
static SegmentedReductionAggregation |
min()
Min Aggregation
|
static SegmentedReductionAggregation |
product()
Product Aggregation.
|
static SegmentedReductionAggregation |
sum()
Sum Aggregation
|
public static SegmentedReductionAggregation sum()
public static SegmentedReductionAggregation product()
public static SegmentedReductionAggregation min()
public static SegmentedReductionAggregation max()
public static SegmentedReductionAggregation any()
public static SegmentedReductionAggregation all()
Copyright © 2024. All rights reserved.