|
iceberg-cpp
|
Base class for aggregators. More...
#include <aggregate.h>
Public Member Functions | |
| virtual Status | Update (const StructLike &data)=0 |
| virtual Status | Update (const DataFile &file)=0 |
| virtual bool | IsValid () const =0 |
| Whether the aggregator is still valid. | |
| virtual Literal | GetResult () const =0 |
| Get the result of the aggregation. | |
Base class for aggregators.
|
pure virtual |
Get the result of the aggregation.