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

Function json_is_valid

sql/item_strfunc.cc:4618–4688  ·  view source on GitHub ↗

Helper method for Item_func_json_* methods. Check if a JSON item or JSON text is valid and, for the latter, optionally construct a DOM tree (i.e. only if valid). @param[in] args Item_func::args alias @param[in] arg_idx Index (0-based) of argument into the args array @param[out] value Item_func_json_*::m_value alias @param[in] func_name Name of the user-invoked

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

val_intMethod · 0.85
get_json_wrapperFunction · 0.85
val_jsonMethod · 0.85

Calls 7

parse_jsonFunction · 0.85
my_errorFunction · 0.85
update_null_valueMethod · 0.45
val_jsonMethod · 0.45
val_strMethod · 0.45
typeMethod · 0.45

Tested by

no test coverage detected