OmniSciDB
a5dc49c757
|
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 2120 of file LazyParquetChunkLoader.cpp.
|
inline |
Definition at line 2121 of file LazyParquetChunkLoader.cpp.
std::vector<int16_t> foreign_storage::ParquetBatchData::def_levels |
Definition at line 2124 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
int64_t foreign_storage::ParquetBatchData::levels_read |
Definition at line 2128 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
std::vector<int16_t> foreign_storage::ParquetBatchData::rep_levels |
Definition at line 2125 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
std::vector<int8_t> foreign_storage::ParquetBatchData::values |
Definition at line 2126 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
int64_t foreign_storage::ParquetBatchData::values_read |
Definition at line 2127 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().