mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Variables
M_LCOV_EXCL_STOP::options Namespace Reference

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.
 

Variable Documentation

◆ attribute_reordering

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.

◆ pax_pack_one_tuple_less

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.

◆ remove_null_bitmap

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.