MCPcopy Create free account
hub / github.com/MariaDB/server / ReadValue

Method ReadValue

storage/connect/jsonudf.cpp:414–417  ·  view source on GitHub ↗

/ ReadValue: */ /

Source from the content-addressed store, hash-verified

412/* ReadValue: */
413/*********************************************************************************/
414void JSNX::ReadValue(PGLOBAL g)
415{
416 Value->SetValue_pval(GetColumnValue(g, Row, 0));
417} // end of ReadValue
418
419/*********************************************************************************/
420/* GetColumnValue: */

Callers 6

json_get_itemFunction · 0.45
jsonget_stringFunction · 0.45
jsonget_intFunction · 0.45
jsonget_realFunction · 0.45
handle_itemFunction · 0.45
bin_handle_itemFunction · 0.45

Calls 1

SetValue_pvalMethod · 0.80

Tested by

no test coverage detected