Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ key
Method
key
be/src/kudu/util/cache.cc:91–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
uint8_t kv_data[1]; // Beginning of key/value pair
90
91
Slice key() const {
92
return Slice(kv_data, key_length);
93
}
94
95
uint8_t* mutable_val_ptr() {
96
int val_offset = KUDU_ALIGN_UP(key_length, sizeof(void*));
Callers
14
createColumnSchema
Method · 0.45
filterTblProperties
Method · 0.45
analyzeCreateTableStmt
Method · 0.45
analyzePaimonFormat
Method · 0.45
analyzePaimonColumns
Method · 0.45
createTable
Method · 0.45
populateExternalTableSchemaFromPaimonTable
Method · 0.45
PaimonTable
Class · 0.45
Insert
Method · 0.45
FindPointer
Method · 0.45
FreeEntry
Method · 0.45
Insert
Method · 0.45
Calls
1
Slice
Class · 0.70
Tested by
no test coverage detected