◆ CompressionInfo()
| duckdb::CompressionInfo::CompressionInfo |
( |
BlockManager & |
block_manager | ) |
|
|
inlineexplicit |
48651 : block_manager(block_manager) {
48652 }
◆ GetCompactionFlushLimit()
| idx_t duckdb::CompressionInfo::GetCompactionFlushLimit |
( |
| ) |
const |
|
inline |
The size below which the segment is compacted on flushing.
48656 {
48658 }
idx_t GetBlockSize() const
Returns the size of the block that is available for usage.
Definition duckdb.hpp:45319
◆ GetBlockSize()
| idx_t duckdb::CompressionInfo::GetBlockSize |
( |
| ) |
const |
|
inline |
The block size for blocks using this compression.
◆ GetBlockHeaderSize()
| idx_t duckdb::CompressionInfo::GetBlockHeaderSize |
( |
| ) |
const |
|
inline |
The block header size for blocks using this compression.
48665 {
48667 }
idx_t GetBlockHeaderSize() const
Returns the block header size including the 8-byte checksum of this block manager.
Definition duckdb.hpp:45312
◆ GetBlockManager()
| BlockManager & duckdb::CompressionInfo::GetBlockManager |
( |
| ) |
const |
|
inline |
48669 {
48670 return block_manager;
48671 }
The documentation for this class was generated from the following file: