MCPcopy Create free account
hub / github.com/apache/kudu / Encode

Method Encode

src/kudu/common/key_encoder.h:317–319  ·  view source on GitHub ↗

Encodes the provided key to the provided buffer

Source from the content-addressed store, hash-verified

315
316 // Encodes the provided key to the provided buffer
317 void Encode(const void* key, Buffer* dst) const {
318 encode_func_(key, dst);
319 }
320
321 // Special encoding for composite keys.
322 void Encode(const void* key, bool is_last, Buffer* dst) const {

Callers 15

LowerBoundFromLegacyMethod · 0.45
UpperBoundFromLegacyMethod · 0.45
EncodeKeyImplMethod · 0.45
EncodeColumnsMethod · 0.45
PruneHashComponentMethod · 0.45
TESTFunction · 0.45
EncodeComparableKeyMethod · 0.45
EncodeRowKeyMethod · 0.45
AddColumnKeyMethod · 0.45
EncodeKeyFunction · 0.45

Calls

no outgoing calls

Tested by 3

PruneHashComponentMethod · 0.36
TESTFunction · 0.36
TestMergeFunction · 0.36