11#ifndef FRAMEWORK_EXPRESSIONJSONHELPERS_H
12#define FRAMEWORK_EXPRESSIONJSONHELPERS_H
19 static std::vector<expressions::Projector>
read(std::istream& s);
20 static void write(std::ostream& o, std::vector<expressions::Projector>&
projectors);
24 static std::shared_ptr<arrow::Schema>
read(std::istream& s);
25 static void write(std::ostream& o, std::shared_ptr<arrow::Schema>&
schema);
std::shared_ptr< arrow::Schema > schema
std::vector< expressions::Projector > projectors
Defining PrimaryVertex explicitly as messageable.
static void write(std::ostream &o, std::shared_ptr< arrow::Schema > &schema)
static std::shared_ptr< arrow::Schema > read(std::istream &s)
static std::vector< expressions::Projector > read(std::istream &s)
static void write(std::ostream &o, std::vector< expressions::Projector > &projectors)