MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / getIndexColumn

Method getIndexColumn

src/include/storage/table/string_column.h:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

initializeScanStateMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected