JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <JoinParser.h>
Public Member Functions | |
void | parse (const FileJoinManager &jm, std::shared_ptr< JSONStorage > &storage) |
This parser is responsible for parsing temporary join-files for the FileJoinManager
void JoinParser::parse | ( | const FileJoinManager & | jm, |
std::shared_ptr< JSONStorage > & | storage | ||
) |
Parses the joined files and creates RapidJsonDocuments and JSONContainers. These container are then put into the correct JSONStorage.
jm | The FileJoinManager used to manage the join |
storage | The storage to receive the JSONContainers |