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

Method size

bolt/exec/SpillFile.cpp:164–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164uint64_t SpillWriteFile::size() const {
165 if (file_ != nullptr) {
166 return file_->size();
167 }
168 return size_;
169}
170
171uint64_t SpillWriteFile::write(std::unique_ptr<folly::IOBuf> iobuf) {
172 auto writtenBytes = iobuf->computeChainDataLength();

Callers 15

makeValueIdsDecodedMethod · 0.45
lookupValueIdsTypedMethod · 0.45
analyzeValueMethod · 0.45
copyStringToLocalMethod · 0.45
getFilterMethod · 0.45
cardinalityMethod · 0.45
enableValueIdsMethod · 0.45
mergeMethod · 0.45
toStringMethod · 0.45
createVectorHashersFunction · 0.45
TreeOfLosersMethod · 0.45
numStreamsMethod · 0.45

Calls

no outgoing calls

Tested by 15

executeSerialMethod · 0.36
TEST_FFunction · 0.36
DEBUG_ONLY_TEST_FFunction · 0.36
runOneMethod · 0.36
runMethod · 0.36
saveReproMethod · 0.36
makeAggregatesMethod · 0.36
setupSpillStateMethod · 0.36
spillStateTestMethod · 0.36
TEST_PFunction · 0.36
MockOperatorMethod · 0.36
runSpillOperatorsMethod · 0.36