public interface Aggregator<T> extends Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
add(T v) |
Aggregator |
clone() |
String |
getName() |
ColumnValue |
getValue() |
String getName()
void add(T v)
ColumnValue getValue()
Aggregator clone()
Copyright © 2024. All Rights Reserved.