OmniSciDB
c1a53651b2
|
Public Member Functions | |
ParquetBatchData () | |
Public Attributes | |
std::vector< int16_t > | def_levels |
std::vector< int16_t > | rep_levels |
std::vector< int8_t > | values |
int64_t | values_read |
int64_t | levels_read |
Definition at line 2015 of file LazyParquetChunkLoader.cpp.
|
inline |
Definition at line 2016 of file LazyParquetChunkLoader.cpp.
std::vector<int16_t> foreign_storage::ParquetBatchData::def_levels |
Definition at line 2019 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
int64_t foreign_storage::ParquetBatchData::levels_read |
Definition at line 2023 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
std::vector<int16_t> foreign_storage::ParquetBatchData::rep_levels |
Definition at line 2020 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
std::vector<int8_t> foreign_storage::ParquetBatchData::values |
Definition at line 2021 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
int64_t foreign_storage::ParquetBatchData::values_read |
Definition at line 2022 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().