MCPcopy Create free account
hub / github.com/ByConity/ByConity / append

Method append

src/Compression/CompressedDataIndex.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void CompressedDataIndex::append(UInt64 compressed_offset,
57 UInt64 uncompressed_size)
58{
59 checkWriteMode();
60
61 std::pair<UInt64, UInt64> entry(compressed_offset, uncompressed_size);
62 writeBinary(entry, *writer);
63}
64
65void CompressedDataIndex::finalize()
66{

Callers 14

toStringMethod · 0.45
expandMethod · 0.45
joinPathsFunction · 0.45
PutFixed32Function · 0.45
PutFixed64Function · 0.45
PutVarint32Function · 0.45
PutVarint64Function · 0.45
PutLengthPrefixedSliceFunction · 0.45
getOpenSSLErrorsFunction · 0.45
displayTextMethod · 0.45
nextImplMethod · 0.45

Calls 1

writeBinaryFunction · 0.50

Tested by 2

operator+Function · 0.36