ark::logging::FilteredColumnSplitDeclarations
Defined in header “ark/logging/filter.hh”.
A pairing of data returned containing split declarations in a column filtered into “latched” and “core” splits. See below for more details.
Variables
-
std::vector< SplitDeclaration > core_splits
A list of split declarations that are “core” (necessary for reading data in the original query). -
std::map< SplitDeclaration, std::vector< std::string > > latched_splits
A mapping of split declarations that are only for latched messages. Maps each split to the names of the objects that required them.