Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/bolt
/ setElements
Method
setElements
bolt/vector/ComplexVector.h:720–723 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
718
}
719
720
void setElements(VectorPtr elements) {
721
elements_ = BaseVector::getOrCreateEmpty(
722
std::move(elements), type()->childAt(0), pool_);
723
}
724
725
void setType(const TypePtr& type) override;
726
Callers
1
readArrayVector
Function · 0.80
Calls
3
getOrCreateEmpty
Function · 0.85
childAt
Method · 0.80
type
Enum · 0.50
Tested by
no test coverage detected