OmniSciDB
bf83d84833
|
#include <ParquetShared.h>
Public Attributes | |
std::string | file_path |
int | start_index {-1} |
int | end_index {-1} |
Definition at line 31 of file ParquetShared.h.
int foreign_storage::RowGroupInterval::end_index {-1} |
Definition at line 33 of file ParquetShared.h.
Referenced by foreign_storage::get_value(), foreign_storage::anonymous_namespace{LazyParquetChunkLoader.cpp}::metadata_scan_rowgroup_interval(), and foreign_storage::set_value().
std::string foreign_storage::RowGroupInterval::file_path |
Definition at line 32 of file ParquetShared.h.
Referenced by foreign_storage::get_value(), foreign_storage::anonymous_namespace{LazyParquetChunkLoader.cpp}::metadata_scan_rowgroup_interval(), and foreign_storage::set_value().
int foreign_storage::RowGroupInterval::start_index {-1} |
Definition at line 33 of file ParquetShared.h.
Referenced by foreign_storage::get_value(), foreign_storage::anonymous_namespace{LazyParquetChunkLoader.cpp}::metadata_scan_rowgroup_interval(), and foreign_storage::set_value().