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

Method tuple_byte_size

be/src/exec/topn-node.h:257–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 Status InitTmpTuple(RuntimeState* state, MemPool* pool);
256
257 IR_NO_INLINE int tuple_byte_size() const noexcept {
258 return output_tuple_desc_->byte_size();
259 }
260
261 /// Number of rows to skip.
262 int64_t offset_;

Callers 6

InsertTupleRowMethod · 0.45
ReadValueBatchMethod · 0.45

Calls 1

byte_sizeMethod · 0.45

Tested by

no test coverage detected