Base class for all Split objects that split data into sub-parts.
More...
#include <Split.h>
Base class for all Split objects that split data into sub-parts.
Definition at line 18 of file Split.h.
◆ Split()
Ingester::Split::Split |
( |
| ) |
|
|
default |
◆ split()
Split the data according to internal rules.
- Parameters
-
- Returns
- map of split data where the category is the key
Implemented in Ingester::CategorySplit.
◆ subCategories()
virtual std::vector<std::string> Ingester::Split::subCategories |
( |
const BufrDataMap & |
dataMap | ) |
|
|
pure virtual |
Get set of sub categories this split will create.
- Parameters
-
dataMap | The data we will split on. |
- Returns
- set of unique strings
Implemented in Ingester::CategorySplit.
The documentation for this class was generated from the following file: