CUBRID Engine
latest
|
#include <shard_parser.h>
Public Attributes | |
SP_VALUE_TYPE | type |
struct { | |
int length | |
char * value | |
char value_arr [SP_VALUE_INIT_SIZE] | |
char * value_ex | |
} | string |
INT64 | integer |
Definition at line 104 of file shard_parser.h.
INT64 sp_value::integer |
Definition at line 114 of file shard_parser.h.
Referenced by make_sp_value(), proxy_find_shard_id_by_hint_value(), proxy_get_shard_id(), proxy_update_shard_stats(), sp_init_sp_value(), and sp_make_int_sp_value_from_string().
int sp_value::length |
Definition at line 109 of file shard_parser.h.
Referenced by make_sp_value(), proxy_find_shard_id_by_hint_value(), sp_init_sp_value(), and sp_make_string_sp_value().
struct { ... } sp_value::string |
SP_VALUE_TYPE sp_value::type |
Definition at line 106 of file shard_parser.h.
Referenced by make_sp_value(), proxy_find_shard_id_by_hint_value(), proxy_get_shard_id(), proxy_update_shard_stats(), sp_init_sp_value(), sp_make_int_sp_value_from_string(), and sp_make_string_sp_value().
char* sp_value::value |
Definition at line 110 of file shard_parser.h.
Referenced by make_sp_value(), proxy_find_shard_id_by_hint_value(), sp_get_hint_key(), sp_init_sp_value(), and sp_make_string_sp_value().
char sp_value::value_arr[SP_VALUE_INIT_SIZE] |
Definition at line 111 of file shard_parser.h.
Referenced by sp_init_sp_value().
char* sp_value::value_ex |
Definition at line 112 of file shard_parser.h.
Referenced by sp_free_sp_value(), sp_init_sp_value(), and sp_make_string_sp_value().