public class FieldLastValueAgg extends FieldAggregator
| Modifier and Type | Field and Description | 
|---|---|
static String | 
NAME  | 
fieldType| Constructor and Description | 
|---|
FieldLastValueAgg(DataType dataType)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
agg(Object accumulator,
   Object inputField)  | 
Object | 
retract(Object accumulator,
       Object retractField)  | 
aggReversed, createFieldAggregator, resetpublic static final String NAME
public FieldLastValueAgg(DataType dataType)
public Object agg(Object accumulator, Object inputField)
agg in class FieldAggregatorpublic Object retract(Object accumulator, Object retractField)
retract in class FieldAggregatorCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.