![]() |
OpenMS
|
This is the complete list of members for ParquetFile, including all inherited members.
| appendOrThrow(const arrow::Status &status, const std::string &column) | ParquetFile | static |
| finishArray(BuilderT &builder, const std::string &name) | ParquetFile | inlinestatic |
| getBool(const std::shared_ptr< arrow::Array > &array, int64_t row, bool default_value, bool allow_null) | ParquetFile | static |
| getColumn(const std::shared_ptr< arrow::Table > &table, const std::string &name) | ParquetFile | static |
| getDouble(const std::shared_ptr< arrow::Array > &array, int64_t row, double default_value, bool allow_null) | ParquetFile | static |
| getInt64(const std::shared_ptr< arrow::Array > &array, int64_t row, int64_t default_value, bool allow_null) | ParquetFile | static |
| getOptionalColumn(const std::shared_ptr< arrow::Table > &table, const std::string &name) | ParquetFile | static |
| getString(const std::shared_ptr< arrow::Array > &array, int64_t row) | ParquetFile | static |
| getStringList(const std::shared_ptr< arrow::Array > &array, int64_t row) | ParquetFile | static |
| jsonEscape(const String &input) | ParquetFile | static |
| readTable(const String &filename) | ParquetFile | static |
| readTable(const std::shared_ptr< arrow::io::RandomAccessFile > &infile) | ParquetFile | static |
| rowCount(const String &filename) | ParquetFile | static |
| throw_finish_error_(const std::string &name, const std::string &error) | ParquetFile | privatestatic |
| writeTable(const std::shared_ptr< arrow::Table > &table, const String &filename, int64_t row_group_size=262144) | ParquetFile | static |