MySQL 8.3.0
Source Code Documentation
Symbol_location Struct Reference

Helper class for the MY_SQL_PARSER_LTYPE. More...

#include <parse_location.h>

Public Member Functions

bool is_empty () const
 
size_t length () const
 

Public Attributes

const char * start = nullptr
 
const char * end = nullptr
 

Detailed Description

Helper class for the MY_SQL_PARSER_LTYPE.

Member Function Documentation

◆ is_empty()

bool Symbol_location::is_empty ( ) const
inline

◆ length()

size_t Symbol_location::length ( ) const
inline

Member Data Documentation

◆ end

const char* Symbol_location::end = nullptr

◆ start

const char* Symbol_location::start = nullptr

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