| 28 | |
| 29 | const DictionaryColumn& getDictionary() const { return dictionary; } |
| 30 | const Column* getIndexColumn() const { return indexColumn.get(); } |
| 31 | |
| 32 | static SegmentState& getChildState(SegmentState& state, ChildStateIndex child); |
| 33 | static const SegmentState& getChildState(const SegmentState& state, ChildStateIndex child); |
no test coverage detected