#include <Hypertable/Lib/BalancePlan.h>#include <Hypertable/Lib/Cells.h>#include <Hypertable/Lib/Client.h>#include <Hypertable/Lib/Key.h>#include <Hypertable/Lib/LoadDataFlags.h>#include <Hypertable/Lib/LoadDataSource.h>#include <Hypertable/Lib/RangeServer/Protocol.h>#include <Hypertable/Lib/ScanSpec.h>#include <Hypertable/Lib/Schema.h>#include <Hypertable/Lib/SystemVariable.h>#include <Hypertable/Lib/Table.h>#include <Hypertable/Lib/TableParts.h>#include <Common/Error.h>#include <Common/FileUtils.h>#include <Common/Logger.h>#include <Common/Time.h>#include <Common/TimeInline.h>#include "HyperAppHelper/Unique.h"#include <boost/algorithm/string.hpp>#include <boost/spirit/include/classic_confix.hpp>#include <boost/spirit/include/classic_core.hpp>#include <boost/spirit/include/classic_escape_char.hpp>#include <boost/spirit/include/classic_symbols.hpp>#include <cctype>#include <cstdlib>#include <fstream>#include <functional>#include <iostream>#include <set>#include <sstream>#include <vector>

Go to the source code of this file.
Namespaces | |
| Hypertable | |
| Hypertable definitions | |
| Hypertable::Hql | |
Macros | |
| #define | HQL_DEBUG(_expr_) |
| #define | HQL_DEBUG_VAL(str, val) |
Functions | |
| std::string | Hypertable::Hql::strip_quotes (const char *str, size_t len) |
| Creates string with outer quotes stripped off. More... | |
| std::string | Hypertable::Hql::regex_from_literal (const char *str, size_t len) |
| bool | Hypertable::Hql::invalid_column_name (const std::string &name) |
| #define HQL_DEBUG | ( | _expr_ | ) |
Definition at line 32 of file HqlParser.h.
| #define HQL_DEBUG_VAL | ( | str, | |
| val | |||
| ) |
Definition at line 33 of file HqlParser.h.
1.8.8