Module memcmp_encoding

Source

Structsยง

MemcmpEncoded

Constantsยง

DEFAULT_NULL_TAG_NONE ๐Ÿ”’
DEFAULT_NULL_TAG_SOME ๐Ÿ”’

Functionsยง

calculate_encoded_size ๐Ÿ”’
Deserialize the data_size of input_data_type in memcmp_encoding. This function will consume the offset of deserializer then return the length (without memcopy, only length calculation).
calculate_encoded_size_inner ๐Ÿ”’
decode_row
Decode a row from memcomparable format.
decode_value
Decode a datum from memcomparable format.
deserialize_datum ๐Ÿ”’
deserialize_datum_in_composite ๐Ÿ”’
encode_array
Encode an array into memcomparable format.
encode_chunk
Encode a chunk into memcomparable format.
encode_row
Encode a row into memcomparable format.
encode_value
Encode a datum into memcomparable format.
serialize_datum ๐Ÿ”’
serialize_datum_in_composite ๐Ÿ”’