Modules§
Structs§
- Column
Frame ColumnFrameis used to store the data for the candidates The data is stored in theArray2with theDataValuevalues The data is stored in the columns and the columns are indexed by theKeyIndexTheKeyIndexis used to access the data by the columnKeyMemory layout is same like inndarray- the data is stored in the row-major order- KeyIndex
KeyIndexis used to store the keys for thesuper::ColumnFrameThe keys are stored in the order they are added - the order is preserved The keys are stored in theVecand the indexes are stored in theHashMapThe indexes are used to access the data in thesuper::ColumnFrameby the columnKeyNOTE: The keys are unique - if the key is already present, it will be removed