MCPcopy 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

readArrayVectorFunction · 0.80

Calls 3

getOrCreateEmptyFunction · 0.85
childAtMethod · 0.80
typeEnum · 0.50

Tested by

no test coverage detected