public class AggregateMergeFunction extends Object implements MergeFunction<KeyValue>
MergeFunction
where key is primary key (unique) and value is the partial record,
pre-aggregate non-null fields on merge.Constructor and Description |
---|
AggregateMergeFunction(InternalRow.FieldGetter[] getters,
FieldAggregator[] aggregators) |
Modifier and Type | Method and Description |
---|---|
void |
add(KeyValue kv)
Add the given
KeyValue to the merge function. |
static MergeFunctionFactory<KeyValue> |
factory(Options conf,
List<String> tableNames,
List<DataType> tableTypes,
List<String> primaryKeys) |
KeyValue |
getResult()
Get current merged value.
|
void |
reset()
Reset the merge function to its default state.
|
public AggregateMergeFunction(InternalRow.FieldGetter[] getters, FieldAggregator[] aggregators)
public void reset()
MergeFunction
reset
in interface MergeFunction<KeyValue>
public void add(KeyValue kv)
MergeFunction
KeyValue
to the merge function.add
in interface MergeFunction<KeyValue>
public KeyValue getResult()
MergeFunction
getResult
in interface MergeFunction<KeyValue>
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.