MCPcopy Create free account
hub / github.com/arkdb/inception / serialize_json_value

Function serialize_json_value

sql/json_binary.cc:589–794  ·  view source on GitHub ↗

Serialize a JSON value at the end of the destination string. Also go back and update the type specifier for the value to specify the correct type. For top-level documents, the type specifier is located in the byte right in front of the value. For documents that are nested within other documents, the type specifier is located in the value entry portion at the beginning of the parent docu

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

serializeFunction · 0.85
append_valueFunction · 0.85

Calls 15

serialize_json_arrayFunction · 0.85
serialize_json_objectFunction · 0.85
append_variable_lengthFunction · 0.85
append_int16Function · 0.85
append_int32Function · 0.85
append_int64Function · 0.85
my_errorFunction · 0.85
binary_sizeMethod · 0.80
get_binaryMethod · 0.80
to_packedMethod · 0.80
lengthMethod · 0.45
json_typeMethod · 0.45

Tested by

no test coverage detected