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

Method slice

src/include/common/data_chunk/sel_vector.h:81–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80protected:
81 static SelectionView slice(std::span<const sel_t> selectedPositions, State state) {
82 return SelectionView(selectedPositions, state);
83 }
84
85 // Intended to be used only as a subsequence of a SelectionVector in SelectionVector::slice
86 explicit SelectionView(std::span<const sel_t> selectedPositions, State state)

Callers 1

appendMethod · 0.45

Calls 1

SelectionViewClass · 0.85

Tested by

no test coverage detected