|
|
uint32_t | size |
| | The size of the dictionary.
|
| |
|
uint32_t | end |
| | The end of the dictionary, which defaults to the block size.
|
| |
◆ Verify()
| void duckdb::StringDictionaryContainer::Verify |
( |
const idx_t |
block_size | ) |
|
|
inline |
75187 {
75188 D_ASSERT(
size <= block_size);
75189 D_ASSERT(
end <= block_size);
75191 }
uint32_t end
The end of the dictionary, which defaults to the block size.
Definition duckdb.cpp:75185
uint32_t size
The size of the dictionary.
Definition duckdb.cpp:75183
The documentation for this struct was generated from the following file:
- external/duckdb/duckdb.cpp