MySQL 9.1.0
Source Code Documentation
|
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... | |
A structure that represents an array range.
size_t Json_path_leg::Array_range::m_begin |
Beginning of the range, inclusive.
size_t Json_path_leg::Array_range::m_end |
End of the range, exclusive.