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

Method capacity

be/src/exec/hash-table.h:316–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314
315 /// Returns the maximum number rows of expression values states which can be cached.
316 int ALWAYS_INLINE capacity() const { return capacity_; }
317
318 /// Returns the total size in bytes of a row of evaluated expressions' values.
319 int ALWAYS_INLINE expr_values_bytes_per_row() const {

Callers 15

ProcessProbeBatchMethod · 0.45
GetNextMethod · 0.45
GetNextOutputBatchMethod · 0.45
FinalizeTupleTransferMethod · 0.45
TryCompactMethod · 0.45
MaterializeBatchMethod · 0.45
AddBatchImplMethod · 0.45
AddBatchStreamingImplMethod · 0.45
SendMethod · 0.45
GetNextInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected