CUBRID Engine
latest
|
#include <shard_parser.h>
Public Attributes | |
SP_PARSER_HINT * | head |
SP_PARSER_HINT * | tail |
int | size |
Definition at line 130 of file shard_parser.h.
SP_PARSER_HINT* sp_parser_hint_list::head |
Definition at line 132 of file shard_parser.h.
Referenced by sp_append_parser_hint_to_ctx(), sp_get_first_dynamic_hint(), sp_get_first_hint(), sp_get_first_static_hint(), and sp_init_praser_hint_list().
int sp_parser_hint_list::size |
Definition at line 134 of file shard_parser.h.
Referenced by sp_append_parser_hint_to_ctx(), sp_get_dynamic_hint_count(), sp_get_static_hint_count(), sp_get_total_hint_count(), sp_init_praser_hint_list(), and sp_is_hint_static().
SP_PARSER_HINT* sp_parser_hint_list::tail |
Definition at line 133 of file shard_parser.h.
Referenced by sp_append_parser_hint_to_ctx(), and sp_init_praser_hint_list().