Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
void 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
294
namespace {
295
Callers
9
TEST_F
Function · 0.45
buildMysqlDateTimeFormatter
Function · 0.45
buildJodaDateTimeFormatter
Function · 0.45
buildHiveDateTimeFormatter
Function · 0.45
buildLegacySparkDateTimeFormatter
Function · 0.45
TEST_F
Function · 0.45
getDateTimeFormatter
Function · 0.45
getOutput
Method · 0.45
getOutput
Method · 0.45
Calls
4
setType
Function · 0.85
childAt
Method · 0.80
asArray
Method · 0.80
valueType
Method · 0.80
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36