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