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