![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|

Namespaces | |
| namespace | CoGaDB |
The global namespace of the programming tasks, to avoid name claches with other libraries. | |
| namespace | CoGaDB::SQL |
Defines | |
| #define | yylex CoGaDB::SQL::Scanner::lex |
| #define | YY_(msgid) msgid |
| #define | YYRHSLOC(Rhs, K) ((Rhs)[K]) |
| #define | YYLLOC_DEFAULT(Current, Rhs, N) |
| #define | YYUSE(e) ((void) (e)) |
| #define | YYCDEBUG if (yydebug_) (*yycdebug_) |
| #define | YY_SYMBOL_PRINT(Title, Type, Value, Location) |
| #define | YY_REDUCE_PRINT(Rule) |
| #define | YY_STACK_PRINT() |
| #define | yyerrok (yyerrstatus_ = 0) |
| #define | yyclearin (yychar = yyempty_) |
| #define | YYACCEPT goto yyacceptlab |
| #define | YYABORT goto yyabortlab |
| #define | YYERROR goto yyerrorlab |
| #define | YYRECOVERING() (!!yyerrstatus_) |
| #define YY_ | ( | msgid | ) | msgid |
Referenced by CoGaDB::SQL::Parser::yysyntax_error_().
| #define YY_REDUCE_PRINT | ( | Rule | ) |
do { \ if (yydebug_) \ yy_reduce_print_ (Rule); \ } while (false)
Referenced by CoGaDB::SQL::Parser::parse().
| #define YY_STACK_PRINT | ( | ) |
do { \ if (yydebug_) \ yystack_print_ (); \ } while (false)
Referenced by CoGaDB::SQL::Parser::parse().
| #define YY_SYMBOL_PRINT | ( | Title, | |
| Type, | |||
| Value, | |||
| Location | |||
| ) |
do { \ if (yydebug_) \ { \ *yycdebug_ << Title << ' '; \ yy_symbol_print_ ((Type), (Value), (Location)); \ *yycdebug_ << std::endl; \ } \ } while (false)
Referenced by CoGaDB::SQL::Parser::parse(), CoGaDB::SQL::Parser::yy_reduce_print_(), and CoGaDB::SQL::Parser::yydestruct_().
| #define YYABORT goto yyabortlab |
Referenced by CoGaDB::SQL::Parser::parse().
| #define YYACCEPT goto yyacceptlab |
| #define YYCDEBUG if (yydebug_) (*yycdebug_) |
Referenced by CoGaDB::SQL::Parser::parse().
| #define yyclearin (yychar = yyempty_) |
| #define yyerrok (yyerrstatus_ = 0) |
| #define YYERROR goto yyerrorlab |
| #define yylex CoGaDB::SQL::Scanner::lex |
Referenced by CoGaDB::SQL::Parser::parse().
| #define YYLLOC_DEFAULT | ( | Current, | |
| Rhs, | |||
| N | |||
| ) |
do \
if (N) \
{ \
(Current).begin = YYRHSLOC (Rhs, 1).begin; \
(Current).end = YYRHSLOC (Rhs, N).end; \
} \
else \
{ \
(Current).begin = (Current).end = YYRHSLOC (Rhs, 0).end; \
} \
while (false)
Referenced by CoGaDB::SQL::Parser::parse().
| #define YYRECOVERING | ( | ) | (!!yyerrstatus_) |
| #define YYRHSLOC | ( | Rhs, | |
| K | |||
| ) | ((Rhs)[K]) |
| #define YYUSE | ( | e | ) | ((void) (e)) |
Referenced by CoGaDB::SQL::Parser::yy_symbol_value_print_(), and CoGaDB::SQL::Parser::yydestruct_().