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

Function should_inline_value

sql/json_binary.cc:314–353  ·  view source on GitHub ↗

Check if a value is small enough to be inlined in the value entry at the beginning of an object or an array. @param[in] value the JSON value @param[in] large true if the large storage format is used @param[out] inlined_val the numeric value to inline @param[out] inlined_type the type of the inlined value @return true if the value should be inlined, false otherwise */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

append_valueFunction · 0.85

Calls 4

json_typeMethod · 0.45
valueMethod · 0.45
is_16bitMethod · 0.45
is_32bitMethod · 0.45

Tested by

no test coverage detected