MCPcopy Create free account
hub / github.com/apache/impala / Serialize

Method Serialize

be/src/runtime/row-batch.cc:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221}
222
223Status RowBatch::Serialize(
224 OutboundRowBatch* output_batch, TrackedString* compression_scratch) {
225 return Serialize(output_batch, UseFullDedup(), compression_scratch);
226}
227
228Status RowBatch::Serialize(
229 OutboundRowBatch* output_batch, bool full_dedup, TrackedString* compression_scratch) {

Callers 5

TestRowBatchInternalMethod · 0.45
TestDupRemovalMethod · 0.45
TEST_FFunction · 0.45
ToOutboundRowBatchMethod · 0.45
SerializeBatchMethod · 0.45

Calls 10

maxFunction · 0.85
OKFunction · 0.85
resizeMethod · 0.80
PrepareForSendMethod · 0.80
StatusClass · 0.70
clearMethod · 0.65
InitMethod · 0.45
ClearMethod · 0.45
dataMethod · 0.45
sizeMethod · 0.45

Tested by 3

TestRowBatchInternalMethod · 0.36
TestDupRemovalMethod · 0.36
TEST_FFunction · 0.36