50 ::ll::TypedStorage<1, 1, bool> isEmpty;
51 ::ll::TypedStorage<8, 8, double> i;
52 ::ll::TypedStorage<8, 8, char*> c;
53 ::ll::TypedStorage<8, 8, void*> ptr;
70 ::ll::TypedStorage<1, 64, char[64]> columnName;
71 ::ll::TypedStorage<4, 4, uint> columnIndex;
72 ::ll::TypedStorage<8, 8, ::DataStructures::Table::Cell*> cellValue;
73 ::ll::TypedStorage<4, 4, ::DataStructures::Table::FilterQueryType> operation;
97 ::ll::TypedStorage<8, 48, ::DataStructures::BPlusTree<uint, ::DataStructures::Table::Row*, 16>> rows;
98 ::ll::TypedStorage<8, 16, ::DataStructures::List<::DataStructures::Table::ColumnDescriptor>> columns;