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

Method columnTypes

bolt/exec/RowContainer.cpp:1589–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1587 int32_t estimateSize =
1588 payloadFlatBytesSum_[column - numKeys_] / totalRows_ + 1;
1589 return estimateSize;
1590}
1591
1592std::vector<TypePtr> HybridContainer::columnTypes() const {
1593 return types_;
1594}

Callers 5

setupHashTableSpillerMethod · 0.80
extractSpillMethod · 0.80
searchFrameValueMethod · 0.80
RowFormatInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected