Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ expr_values_cache
Method
expr_values_cache
be/src/exec/hash-table.h:437–437 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
435
};
436
437
ExprValuesCache* ALWAYS_INLINE expr_values_cache() { return &expr_values_cache_; }
438
439
private:
440
friend class HashTable;
Callers
15
NextProbeRow
Method · 0.80
EvalAndHashProbePrefetchGroup
Method · 0.80
ProcessProbeBatch
Method · 0.80
AddBatchImpl
Method · 0.80
EvalAndHashPrefetchGroup
Method · 0.80
ProcessRow
Method · 0.80
AddBatchStreamingImpl
Method · 0.80
InsertInternal
Method · 0.80
FindProbeRow
Method · 0.80
FindBuildRowBucket
Method · 0.80
ProcessBuildBatch
Method · 0.80
InsertBatch
Method · 0.80
Calls
no outgoing calls
Tested by
1
InsertFullTest
Method · 0.64