MySQL 8.3.0
Source Code Documentation
Json_path_leg::Array_range Struct Reference

A structure that represents an array range. More...

#include <json_path.h>

Public Attributes

size_t m_begin
 Beginning of the range, inclusive. More...
 
size_t m_end
 End of the range, exclusive. More...
 

Detailed Description

A structure that represents an array range.

Member Data Documentation

◆ m_begin

size_t Json_path_leg::Array_range::m_begin

Beginning of the range, inclusive.

◆ m_end

size_t Json_path_leg::Array_range::m_end

End of the range, exclusive.


The documentation for this struct was generated from the following file: