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

Method InitialCapacity

be/src/runtime/row-batch.h:376–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 // The maximum value that capacity_ ever took, before MarkCapacity() might have changed
375 // it.
376 int ALWAYS_INLINE InitialCapacity() const {
377 return tuple_ptrs_size_ / (num_tuples_per_row_ * sizeof(Tuple*));
378 }
379
380 const RowDescriptor* row_desc() const { return row_desc_; }
381

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64