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 |
hostUDF(HostUDFWrapper wrapper)
Execute a reduction using a host-side user-defined function (UDF).
|
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()
public static SegmentedReductionAggregation hostUDF(HostUDFWrapper wrapper)
wrapper
- The wrapper for the native host UDF instance.Copyright © 2025. All rights reserved.