public class FieldFirstNonNullValueAgg extends FieldAggregator
| Modifier and Type | Field and Description |
|---|---|
static String |
LEGACY_NAME |
static String |
NAME |
fieldType| Constructor and Description |
|---|
FieldFirstNonNullValueAgg(DataType dataType) |
| Modifier and Type | Method and Description |
|---|---|
Object |
agg(Object accumulator,
Object inputField) |
void |
reset()
reset the aggregator to a clean start state.
|
aggReversed, createFieldAggregator, retractpublic static final String NAME
public static final String LEGACY_NAME
public FieldFirstNonNullValueAgg(DataType dataType)
public Object agg(Object accumulator, Object inputField)
agg in class FieldAggregatorpublic void reset()
FieldAggregatorreset in class FieldAggregatorCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.