![]() |
mutable
A Database System for Research and Fast Prototyping
|
Variables | |
bool | attribute_reordering = true |
Whether to reorder attributes when creating data layouts. | |
bool | remove_null_bitmap = false |
Whether to remove the NULL bitmap in all created data layouts. | |
bool | pax_pack_one_tuple_less = false |
Whether to pack one tuple less than theoretically possible in a created PAX data layout. | |
bool M_LCOV_EXCL_STOP::options::attribute_reordering = true |
Whether to reorder attributes when creating data layouts.
Definition at line 27 of file DataLayoutFactory.cpp.
bool M_LCOV_EXCL_STOP::options::pax_pack_one_tuple_less = false |
Whether to pack one tuple less than theoretically possible in a created PAX data layout.
Definition at line 33 of file DataLayoutFactory.cpp.
bool M_LCOV_EXCL_STOP::options::remove_null_bitmap = false |
Whether to remove the NULL bitmap in all created data layouts.
Definition at line 30 of file DataLayoutFactory.cpp.