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

Method setType

bolt/vector/ComplexVector.cpp:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void RowVector::setType(const TypePtr& type) {
288 BaseVector::setType(type);
289 for (auto i = 0; i < childrenSize_; i++) {
290 children_[i]->setType(type_->asRow().childAt(i));
291 }
292}
293
294namespace {
295

Callers 9

TEST_FFunction · 0.45
TEST_FFunction · 0.45
getDateTimeFormatterFunction · 0.45
getOutputMethod · 0.45
getOutputMethod · 0.45

Calls 4

setTypeFunction · 0.85
childAtMethod · 0.80
asArrayMethod · 0.80
valueTypeMethod · 0.80

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36