Functions | |
| std::string | strip_quotes (const char *str, size_t len) |
| Creates string with outer quotes stripped off. More... | |
| std::string | regex_from_literal (const char *str, size_t len) |
| bool | invalid_column_name (const std::string &name) |
| anonymous enum |
Definition at line 79 of file HqlParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| RELOP_EQ | |
| RELOP_LT | |
| RELOP_LE | |
| RELOP_GT | |
| RELOP_GE | |
| RELOP_SW | |
Definition at line 124 of file HqlParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| BOOLOP_AND | |
| BOOLOP_OR | |
Definition at line 133 of file HqlParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| ALTER_ADD | |
| ALTER_DROP | |
| ALTER_RENAME_CF | |
Definition at line 138 of file HqlParser.h.
| anonymous enum |
| Enumerator | |
|---|---|
| NO_QUALIFIER | |
| EXACT_QUALIFIER | |
| REGEXP_QUALIFIER | |
| PREFIX_QUALIFIER | |
Definition at line 144 of file HqlParser.h.
|
inline |
Definition at line 535 of file HqlParser.h.
|
inline |
Definition at line 521 of file HqlParser.h.
|
inline |
Creates string with outer quotes stripped off.
| str | Pointer to c-style string |
| len | Length of string |
Definition at line 515 of file HqlParser.h.
1.8.8