MCPcopy 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

createColumnSchemaMethod · 0.45
filterTblPropertiesMethod · 0.45
analyzePaimonFormatMethod · 0.45
analyzePaimonColumnsMethod · 0.45
createTableMethod · 0.45
PaimonTableClass · 0.45
InsertMethod · 0.45
FindPointerMethod · 0.45
FreeEntryMethod · 0.45
InsertMethod · 0.45

Calls 1

SliceClass · 0.70

Tested by

no test coverage detected