◆ BlockPointer() [1/2]
| duckdb::BlockPointer::BlockPointer |
( |
block_id_t |
block_id_p, |
|
|
uint32_t |
offset_p |
|
) |
| |
|
inline |
23042 : block_id(block_id_p), offset(offset_p) {
23043 }
◆ BlockPointer() [2/2]
| duckdb::BlockPointer::BlockPointer |
( |
| ) |
|
|
inline |
23044 : block_id(INVALID_BLOCK), offset(0) {
23045 }
◆ IsValid()
| bool duckdb::BlockPointer::IsValid |
( |
| ) |
const |
|
inline |
23051 {
23052 return block_id != INVALID_BLOCK;
23053 }
◆ unused_padding
| uint32_t duckdb::BlockPointer::unused_padding {0} |
The documentation for this struct was generated from the following file: