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

Function rowVectorToIOBuf

bolt/vector/VectorStream.cpp:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247folly::IOBuf rowVectorToIOBuf(
248 const RowVectorPtr& rowVector,
249 memory::MemoryPool& pool,
250 VectorSerde* serde,
251 const VectorSerde::Options* options) {
252 return rowVectorToIOBuf(rowVector, rowVector->size(), pool, serde, options);
253}
254
255folly::IOBuf rowVectorToIOBuf(
256 const RowVectorPtr& rowVector,

Callers 7

TEST_PFunction · 0.85
TEST_PFunction · 0.85
runOnceArrowIOBufMethod · 0.85
runOncePrestoIOBufMethod · 0.85
runAllMethod · 0.85
applyRemoteMethod · 0.85
invokeFunctionMethod · 0.85

Calls 7

asRowTypeFunction · 0.85
createStreamTreeMethod · 0.80
sizeMethod · 0.45
typeMethod · 0.45
appendMethod · 0.45
flushMethod · 0.45
getIOBufMethod · 0.45

Tested by 5

TEST_PFunction · 0.68
TEST_PFunction · 0.68
runOnceArrowIOBufMethod · 0.68
runOncePrestoIOBufMethod · 0.68
runAllMethod · 0.68