Searched defs:ColumnStorageOverlay (Results 1 – 1 of 1) sorted by relevance
68 ColumnStorageOverlay() : ColumnStorageOverlay(0) {} in ColumnStorageOverlay() function71 explicit ColumnStorageOverlay(uint32_t size) in ColumnStorageOverlay() function76 explicit ColumnStorageOverlay(uint32_t start, uint32_t end) in ColumnStorageOverlay() function81 explicit ColumnStorageOverlay(BitVector bv) in ColumnStorageOverlay() function85 explicit ColumnStorageOverlay(std::vector<uint32_t> rows) in ColumnStorageOverlay() function142 explicit ColumnStorageOverlay(RowMap rm) : row_map_(std::move(rm)) {} in ColumnStorageOverlay() function