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

Method createStreamTree

bolt/vector/VectorStream.cpp:190–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190void VectorStreamGroup::createStreamTree(
191 RowTypePtr type,
192 int32_t numRows,
193 const VectorSerde::Options* options) {
194 serializer_ = serde_->createSerializer(type, numRows, this, options);
195}
196
197void VectorStreamGroup::append(
198 const RowVectorPtr& vector,

Callers 11

rowVectorToIOBufFunction · 0.80
testSerializationMethod · 0.80
timeFlatMethod · 0.80
serializeMethod · 0.80
writeMethod · 0.80
writeAndFlushMethod · 0.80
advanceMethod · 0.80
writeMethod · 0.80
toSerializedPageMethod · 0.80
toSerializedPageMethod · 0.80
toSerializedPageMethod · 0.80

Calls 1

createSerializerMethod · 0.45

Tested by 5

testSerializationMethod · 0.64
timeFlatMethod · 0.64
toSerializedPageMethod · 0.64
toSerializedPageMethod · 0.64
toSerializedPageMethod · 0.64