![]() |
Project
|
#include "ExpressionJSONHelpers.h"#include <rapidjson/reader.h>#include <rapidjson/prettywriter.h>#include <rapidjson/istreamwrapper.h>#include <rapidjson/ostreamwrapper.h>#include <rapidjson/error/en.h>#include <stack>#include <iostream>#include "Framework/VariantHelpers.h"Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::framework |
| Defining PrimaryVertex explicitly as messageable. | |
| std::string binding |
Definition at line 92 of file ExpressionJSONHelpers.cxx.
| std::string currentKey |
Definition at line 98 of file ExpressionJSONHelpers.cxx.
| std::ostringstream debug |
Definition at line 83 of file ExpressionJSONHelpers.cxx.
| std::vector<std::shared_ptr<arrow::Field> > fields |
Definition at line 655 of file ExpressionJSONHelpers.cxx.
| uint32_t hash |
Definition at line 94 of file ExpressionJSONHelpers.cxx.
| size_t index |
Definition at line 95 of file ExpressionJSONHelpers.cxx.
| Nodes kind |
Definition at line 91 of file ExpressionJSONHelpers.cxx.
Definition at line 659 of file ExpressionJSONHelpers.cxx.
| std::unique_ptr<expressions::Node> node = nullptr |
Definition at line 88 of file ExpressionJSONHelpers.cxx.
| BasicOp operation |
Definition at line 93 of file ExpressionJSONHelpers.cxx.
| std::stack<Entry> path |
Definition at line 82 of file ExpressionJSONHelpers.cxx.
| std::string previousKey |
Definition at line 97 of file ExpressionJSONHelpers.cxx.
| expressions::Node* ptr = nullptr |
Definition at line 46 of file ExpressionJSONHelpers.cxx.
| std::vector<expressions::Projector> result |
Definition at line 85 of file ExpressionJSONHelpers.cxx.
| std::unique_ptr<expressions::Node> rootNode = nullptr |
Definition at line 87 of file ExpressionJSONHelpers.cxx.
| std::shared_ptr<arrow::Schema> schema = nullptr |
Definition at line 654 of file ExpressionJSONHelpers.cxx.
| std::stack<State> states |
Definition at line 81 of file ExpressionJSONHelpers.cxx.
| ToWrite toWrite = ToWrite::FULL |
Definition at line 47 of file ExpressionJSONHelpers.cxx.
| atype::type type |
Definition at line 90 of file ExpressionJSONHelpers.cxx.
| expressions::LiteralValue::stored_type value |
Definition at line 89 of file ExpressionJSONHelpers.cxx.