![]() |
OceanBase Plugin Development Kit
OceanBase Plugin Development Kit
|
类 | |
class | oceanbase::example::ObSpaceFTParser |
命名空间 | |
namespace | oceanbase |
namespace | oceanbase::example |
宏定义 | |
#define | _MY_U 01 |
#define | _MY_L 02 |
#define | _MY_NMR 04 |
#define | _MY_SPC 010 |
#define | _MY_PNT 020 |
#define | _MY_CTR 040 |
#define | _MY_B 0100 |
#define | _MY_X 0200 |
#define | true_word_char(ctype, character) |
函数 | |
int | ftparser_scan_begin (ObPluginFTParserParamPtr param) |
int | ftparser_scan_end (ObPluginFTParserParamPtr param) |
int | ftparser_next_token (ObPluginFTParserParamPtr param, char **word, int64_t *word_len, int64_t *char_cnt, int64_t *word_freq) |
int | ftparser_get_add_word_flag (uint64_t *flag) |
int | plugin_init (ObPluginParamPtr plugin) |
plugin init function | |
OBP_DECLARE_PLUGIN (example_ftparser) | |
变量 | |
OBP_DECLARE_PLUGIN_END | |
#define _MY_B 0100 |
在文件 space_ftparser.cpp 第 57 行定义.
#define _MY_CTR 040 |
在文件 space_ftparser.cpp 第 56 行定义.
#define _MY_L 02 |
在文件 space_ftparser.cpp 第 52 行定义.
#define _MY_NMR 04 |
在文件 space_ftparser.cpp 第 53 行定义.
#define _MY_PNT 020 |
在文件 space_ftparser.cpp 第 55 行定义.
#define _MY_SPC 010 |
在文件 space_ftparser.cpp 第 54 行定义.
#define _MY_U 01 |
在文件 space_ftparser.cpp 第 51 行定义.
#define _MY_X 0200 |
在文件 space_ftparser.cpp 第 58 行定义.
#define true_word_char | ( | ctype, | |
character ) |
在文件 space_ftparser.cpp 第 60 行定义.