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

Method scan_start

sql/json_table.cc:307–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305*/
306
307void Json_table_nested_path::scan_start(CHARSET_INFO *i_cs,
308 const uchar *str, const uchar *end)
309{
310 json_get_path_start(&m_engine, i_cs, str, end, &m_cur_path);
311 m_cur_nested= NULL;
312 m_null= false;
313 m_ordinality_counter= 0;
314}
315
316
317/*

Callers 2

scan_nextMethod · 0.80
rnd_initMethod · 0.80

Calls 1

json_get_path_startFunction · 0.85

Tested by

no test coverage detected