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

Method GetArray

storage/connect/json.cpp:1571–1577  ·  view source on GitHub ↗

/ Return the Value's Array value. */ /

Source from the content-addressed store, hash-verified

1569/* Return the Value's Array value. */
1570/***********************************************************************/
1571PJAR JVALUE::GetArray(void)
1572{
1573 if (DataType == TYPE_JSON && Jsp->GetType() == TYPE_JAR)
1574 return (PJAR)Jsp;
1575
1576 return NULL;
1577} // end of GetArray
1578
1579/***********************************************************************/
1580/* Return the Value's as a Value class. */

Callers 15

SerializeValueMethod · 0.45
MoveArrayMethod · 0.45
FindRowMethod · 0.45
SetJsonValueMethod · 0.45
MakeDocumentMethod · 0.45
SetJsonValueMethod · 0.45
LocateValueMethod · 0.45
LocateValueAllMethod · 0.45
json_array_add_valuesFunction · 0.45
json_array_addFunction · 0.45
json_array_deleteFunction · 0.45
jsonsum_intFunction · 0.45

Calls 1

GetTypeMethod · 0.45

Tested by

no test coverage detected