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

Function make_json_numeric_sort_key

sql/json_dom.cc:3677–3778  ·  view source on GitHub ↗

Make a sort key for a JSON numeric value from its string representation. The input string could be either on scientific format (such as 1.234e2) or on plain format (such as 12.34). The sort key will have the following parts: 1) One byte that is JSON_KEY_NUMBER_NEG, JSON_KEY_NUMBER_ZERO or JSON_KEY_NUMBER_POS if the number is positive, zero or negative, respectively. 2) Two bytes t

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

make_sort_keyMethod · 0.85

Calls 6

find_ifFunction · 0.85
my_strtollFunction · 0.85
copy_intMethod · 0.80
pad_fillMethod · 0.80
appendMethod · 0.45
remainingMethod · 0.45

Tested by

no test coverage detected