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

Method ReadValue

storage/connect/bsonudf.cpp:529–532  ·  view source on GitHub ↗

/ ReadValue: */ /

Source from the content-addressed store, hash-verified

527/* ReadValue: */
528/*********************************************************************************/
529void BJNX::ReadValue(PGLOBAL g)
530{
531 Value->SetValue_pval(GetColumnValue(g, Row, 0));
532} // end of ReadValue
533
534/*********************************************************************************/
535/* GetColumnValue: */

Callers 4

bsonget_stringFunction · 0.45
bsonget_intFunction · 0.45
bson_handle_itemFunction · 0.45
bbin_handle_itemFunction · 0.45

Calls 1

SetValue_pvalMethod · 0.80

Tested by

no test coverage detected