MCPcopy Create free account
hub / github.com/bytedance/bolt / iterator

Method iterator

bolt/vector/FunctionVector.h:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 Iterator iterator(const SelectivityVector* rows) const {
203 return Iterator(this, rows);
204 }
205
206 VectorPtr slice(vector_size_t, vector_size_t) const override {
207 BOLT_NYI();

Callers 10

applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
doApplyMethod · 0.80
doApplyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80

Calls 1

IteratorClass · 0.70

Tested by

no test coverage detected