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

Method SetJpath

storage/connect/bsonudf.cpp:177–190  ·  view source on GitHub ↗

/ SetJpath: set and parse the json path. */ /

Source from the content-addressed store, hash-verified

175/* SetJpath: set and parse the json path. */
176/*********************************************************************************/
177my_bool BJNX::SetJpath(PGLOBAL g, char* path, my_bool jb)
178{
179 // Check Value was allocated
180 if (Value)
181 Value->SetNullable(true);
182
183 Jpath = path;
184
185 // Parse the json path
186 Parsed = false;
187 Nod = 0;
188 Jb = jb;
189 return ParseJpath(g);
190} // end of SetJpath
191
192/*********************************************************************************/
193/* Analyse array processing options. */

Callers 9

bsoncontains_pathFunction · 0.45
bson_get_itemFunction · 0.45
bsonget_stringFunction · 0.45
bsonget_intFunction · 0.45
bsonget_realFunction · 0.45
bson_delete_itemFunction · 0.45
bson_handle_itemFunction · 0.45
bbin_handle_itemFunction · 0.45
bbin_delete_itemFunction · 0.45

Calls 1

SetNullableMethod · 0.45

Tested by

no test coverage detected