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

Method enqueue

bolt/exec/tests/OutputBufferManagerTest.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void enqueue(
125 const std::string& taskId,
126 const RowTypePtr& rowType,
127 vector_size_t size,
128 bool expectedBlock = false) {
129 enqueue(taskId, 0, rowType, size);
130 }
131
132 // Returns the enqueued page byte size.
133 uint64_t enqueue(

Callers 2

TEST_FFunction · 0.45
TEST_PFunction · 0.45

Calls 2

waitMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected