11#include <OpenMS/config.h>
36namespace ArrowIOHelpers
56 const std::shared_ptr<arrow::Table>& table,
72 const std::vector<std::shared_ptr<arrow::Table>>& tables,
A more convenient string class.
Definition String.h:32
bool writeTableToParquet(const std::shared_ptr< arrow::Table > &table, const String &filename, const ParquetWriteConfig &config=ParquetWriteConfig{})
Write an Arrow table to a Parquet file.
String generateUuidV4()
Generate a lowercase hyphenated RFC 4122 version-4 UUID string.
bool concatenateAndWriteToParquet(const std::vector< std::shared_ptr< arrow::Table > > &tables, const String &filename, const ParquetWriteConfig &config=ParquetWriteConfig{})
Concatenate a vector of Arrow tables and write the result to a Parquet file.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Definition ArrowIOHelpers.h:20
Configuration for Parquet file writing.
Definition MSExperimentArrowExport.h:136