Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
doApply
Method · 0.80
doApply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
Calls
1
Iterator
Class · 0.70
Tested by
no test coverage detected