4 Star 8 Fork 10

strwei/sphinx-jieba

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
yysphinxql.h 7.18 KB
一键复制 编辑 原始数据 按行查看 历史
frankee 提交于 10年前 . update to 2.2.9
/* A Bison parser, made by GNU Bison 1.875. */
/* Skeleton parser for Yacc-like parsing with Bison,
Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
This special exception was added by the Free Software Foundation
in version 1.24 of Bison. */
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
TOK_IDENT = 258,
TOK_ATIDENT = 259,
TOK_CONST_INT = 260,
TOK_CONST_FLOAT = 261,
TOK_CONST_MVA = 262,
TOK_QUOTED_STRING = 263,
TOK_USERVAR = 264,
TOK_SYSVAR = 265,
TOK_CONST_STRINGS = 266,
TOK_BAD_NUMERIC = 267,
TOK_SUBKEY = 268,
TOK_DOT_NUMBER = 269,
TOK_ADD = 270,
TOK_AGENT = 271,
TOK_ALTER = 272,
TOK_AS = 273,
TOK_ASC = 274,
TOK_ATTACH = 275,
TOK_ATTRIBUTES = 276,
TOK_AVG = 277,
TOK_BEGIN = 278,
TOK_BETWEEN = 279,
TOK_BIGINT = 280,
TOK_BOOL = 281,
TOK_BY = 282,
TOK_CALL = 283,
TOK_CHARACTER = 284,
TOK_CHUNK = 285,
TOK_COLLATION = 286,
TOK_COLUMN = 287,
TOK_COMMIT = 288,
TOK_COMMITTED = 289,
TOK_COUNT = 290,
TOK_CREATE = 291,
TOK_DATABASES = 292,
TOK_DELETE = 293,
TOK_DESC = 294,
TOK_DESCRIBE = 295,
TOK_DISTINCT = 296,
TOK_DIV = 297,
TOK_DOUBLE = 298,
TOK_DROP = 299,
TOK_FACET = 300,
TOK_FALSE = 301,
TOK_FLOAT = 302,
TOK_FLUSH = 303,
TOK_FOR = 304,
TOK_FROM = 305,
TOK_FUNCTION = 306,
TOK_GLOBAL = 307,
TOK_GROUP = 308,
TOK_GROUPBY = 309,
TOK_GROUP_CONCAT = 310,
TOK_HAVING = 311,
TOK_ID = 312,
TOK_IN = 313,
TOK_INDEX = 314,
TOK_INSERT = 315,
TOK_INT = 316,
TOK_INTEGER = 317,
TOK_INTO = 318,
TOK_IS = 319,
TOK_ISOLATION = 320,
TOK_JSON = 321,
TOK_LEVEL = 322,
TOK_LIKE = 323,
TOK_LIMIT = 324,
TOK_MATCH = 325,
TOK_MAX = 326,
TOK_META = 327,
TOK_MIN = 328,
TOK_MOD = 329,
TOK_MULTI = 330,
TOK_MULTI64 = 331,
TOK_NAMES = 332,
TOK_NULL = 333,
TOK_OPTION = 334,
TOK_ORDER = 335,
TOK_OPTIMIZE = 336,
TOK_PLAN = 337,
TOK_PLUGIN = 338,
TOK_PLUGINS = 339,
TOK_PROFILE = 340,
TOK_RAND = 341,
TOK_RAMCHUNK = 342,
TOK_READ = 343,
TOK_RECONFIGURE = 344,
TOK_REPEATABLE = 345,
TOK_REPLACE = 346,
TOK_REMAP = 347,
TOK_RETURNS = 348,
TOK_ROLLBACK = 349,
TOK_RTINDEX = 350,
TOK_SELECT = 351,
TOK_SERIALIZABLE = 352,
TOK_SET = 353,
TOK_SETTINGS = 354,
TOK_SESSION = 355,
TOK_SHOW = 356,
TOK_SONAME = 357,
TOK_START = 358,
TOK_STATUS = 359,
TOK_STRING = 360,
TOK_SUM = 361,
TOK_TABLE = 362,
TOK_TABLES = 363,
TOK_THREADS = 364,
TOK_TO = 365,
TOK_TRANSACTION = 366,
TOK_TRUE = 367,
TOK_TRUNCATE = 368,
TOK_TYPE = 369,
TOK_UNCOMMITTED = 370,
TOK_UPDATE = 371,
TOK_VALUES = 372,
TOK_VARIABLES = 373,
TOK_WARNINGS = 374,
TOK_WEIGHT = 375,
TOK_WHERE = 376,
TOK_WITHIN = 377,
TOK_OR = 378,
TOK_AND = 379,
TOK_NE = 380,
TOK_GTE = 381,
TOK_LTE = 382,
TOK_NOT = 383,
TOK_NEG = 384
};
#endif
#define TOK_IDENT 258
#define TOK_ATIDENT 259
#define TOK_CONST_INT 260
#define TOK_CONST_FLOAT 261
#define TOK_CONST_MVA 262
#define TOK_QUOTED_STRING 263
#define TOK_USERVAR 264
#define TOK_SYSVAR 265
#define TOK_CONST_STRINGS 266
#define TOK_BAD_NUMERIC 267
#define TOK_SUBKEY 268
#define TOK_DOT_NUMBER 269
#define TOK_ADD 270
#define TOK_AGENT 271
#define TOK_ALTER 272
#define TOK_AS 273
#define TOK_ASC 274
#define TOK_ATTACH 275
#define TOK_ATTRIBUTES 276
#define TOK_AVG 277
#define TOK_BEGIN 278
#define TOK_BETWEEN 279
#define TOK_BIGINT 280
#define TOK_BOOL 281
#define TOK_BY 282
#define TOK_CALL 283
#define TOK_CHARACTER 284
#define TOK_CHUNK 285
#define TOK_COLLATION 286
#define TOK_COLUMN 287
#define TOK_COMMIT 288
#define TOK_COMMITTED 289
#define TOK_COUNT 290
#define TOK_CREATE 291
#define TOK_DATABASES 292
#define TOK_DELETE 293
#define TOK_DESC 294
#define TOK_DESCRIBE 295
#define TOK_DISTINCT 296
#define TOK_DIV 297
#define TOK_DOUBLE 298
#define TOK_DROP 299
#define TOK_FACET 300
#define TOK_FALSE 301
#define TOK_FLOAT 302
#define TOK_FLUSH 303
#define TOK_FOR 304
#define TOK_FROM 305
#define TOK_FUNCTION 306
#define TOK_GLOBAL 307
#define TOK_GROUP 308
#define TOK_GROUPBY 309
#define TOK_GROUP_CONCAT 310
#define TOK_HAVING 311
#define TOK_ID 312
#define TOK_IN 313
#define TOK_INDEX 314
#define TOK_INSERT 315
#define TOK_INT 316
#define TOK_INTEGER 317
#define TOK_INTO 318
#define TOK_IS 319
#define TOK_ISOLATION 320
#define TOK_JSON 321
#define TOK_LEVEL 322
#define TOK_LIKE 323
#define TOK_LIMIT 324
#define TOK_MATCH 325
#define TOK_MAX 326
#define TOK_META 327
#define TOK_MIN 328
#define TOK_MOD 329
#define TOK_MULTI 330
#define TOK_MULTI64 331
#define TOK_NAMES 332
#define TOK_NULL 333
#define TOK_OPTION 334
#define TOK_ORDER 335
#define TOK_OPTIMIZE 336
#define TOK_PLAN 337
#define TOK_PLUGIN 338
#define TOK_PLUGINS 339
#define TOK_PROFILE 340
#define TOK_RAND 341
#define TOK_RAMCHUNK 342
#define TOK_READ 343
#define TOK_RECONFIGURE 344
#define TOK_REPEATABLE 345
#define TOK_REPLACE 346
#define TOK_REMAP 347
#define TOK_RETURNS 348
#define TOK_ROLLBACK 349
#define TOK_RTINDEX 350
#define TOK_SELECT 351
#define TOK_SERIALIZABLE 352
#define TOK_SET 353
#define TOK_SETTINGS 354
#define TOK_SESSION 355
#define TOK_SHOW 356
#define TOK_SONAME 357
#define TOK_START 358
#define TOK_STATUS 359
#define TOK_STRING 360
#define TOK_SUM 361
#define TOK_TABLE 362
#define TOK_TABLES 363
#define TOK_THREADS 364
#define TOK_TO 365
#define TOK_TRANSACTION 366
#define TOK_TRUE 367
#define TOK_TRUNCATE 368
#define TOK_TYPE 369
#define TOK_UNCOMMITTED 370
#define TOK_UPDATE 371
#define TOK_VALUES 372
#define TOK_VARIABLES 373
#define TOK_WARNINGS 374
#define TOK_WEIGHT 375
#define TOK_WHERE 376
#define TOK_WITHIN 377
#define TOK_OR 378
#define TOK_AND 379
#define TOK_NE 380
#define TOK_GTE 381
#define TOK_LTE 382
#define TOK_NOT 383
#define TOK_NEG 384
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
typedef int YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/strwei/sphinx-jieba.git
git@gitee.com:strwei/sphinx-jieba.git
strwei
sphinx-jieba
sphinx-jieba
master

搜索帮助