| 305 | */ |
| 306 | |
| 307 | void 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 | /* |
no test coverage detected