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

Method read

bolt/vector/VectorStream.cpp:238–245  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

236
237// static
238void VectorStreamGroup::read(
239 ByteInputStream* source,
240 bolt::memory::MemoryPool* pool,
241 RowTypePtr type,
242 RowVectorPtr* result,
243 const VectorSerde::Options* options) {
244 getVectorSerde()->deserialize(source, pool, type, result, options);
245}
246
247folly::IOBuf rowVectorToIOBuf(
248 const RowVectorPtr& rowVector,

Callers 15

_get_arm_cpu_flagsMethod · 0.45
readFunction · 0.45
string>Method · 0.45
readBufferFunction · 0.45
readConstantFunction · 0.45
restoreStringFromFileFunction · 0.45
restoreStdVectorFromFileFunction · 0.45
restoreSelectivityVectorFunction · 0.45
ReadMethod · 0.45
toBoltPlanMethod · 0.45
getSplitsMethod · 0.45

Calls 2

getVectorSerdeFunction · 0.85
deserializeMethod · 0.45

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36