OmniSciDB
f17484ade4
|
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 2061 of file LazyParquetChunkLoader.cpp.
|
inline |
Definition at line 2062 of file LazyParquetChunkLoader.cpp.
std::vector<int16_t> foreign_storage::ParquetBatchData::def_levels |
Definition at line 2065 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
int64_t foreign_storage::ParquetBatchData::levels_read |
Definition at line 2069 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
std::vector<int16_t> foreign_storage::ParquetBatchData::rep_levels |
Definition at line 2066 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
std::vector<int8_t> foreign_storage::ParquetBatchData::values |
Definition at line 2067 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().
int64_t foreign_storage::ParquetBatchData::values_read |
Definition at line 2068 of file LazyParquetChunkLoader.cpp.
Referenced by foreign_storage::ParquetRowGroupReader::readAndValidateRowGroup().