public interface ResultMerger<R> extends Serializable
Modifier and Type | Method and Description |
---|---|
R |
merge(List<R> results)
Invoked to perform a merge of results.
|
R merge(List<R> results)
results
- the resultsCopyright © 2020 Actian Corporation. All rights reserved.