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

Method capacity

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

Source from the content-addressed store, hash-verified

370
371 int ALWAYS_INLINE num_rows() const { return num_rows_; }
372 int ALWAYS_INLINE capacity() const { return capacity_; }
373
374 // The maximum value that capacity_ ever took, before MarkCapacity() might have changed
375 // it.

Callers 12

createFbFileDescMethod · 0.45
transformFileMetadataMethod · 0.45
createIcebergMetadataMethod · 0.45
TByteBufferMethod · 0.45
updateCatalogMethod · 0.45
createFbFileDescMethod · 0.45
EstimateSizeFunction · 0.45
AppendRowMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 2

createFbFileDescMethod · 0.36
TESTFunction · 0.36