OmniSciDB
c1a53651b2
|
#include <algorithm>
#include <optional>
#include <boost/algorithm/string.hpp>
#include "ThriftHandler/CommandLineOptions.h"
Go to the source code of this file.
Classes | |
struct | HintIdentifier |
class | ExplainedQueryHint |
struct | RegisteredQueryHint |
Typedefs | |
using | Hints = std::unordered_map< QueryHint, ExplainedQueryHint > |
Variables | |
static const std::unordered_map < std::string, QueryHint > | SupportedQueryHints |
using Hints = std::unordered_map<QueryHint, ExplainedQueryHint> |
Definition at line 355 of file QueryHint.h.
enum QueryHint |
Definition at line 29 of file QueryHint.h.
|
static |
Definition at line 58 of file QueryHint.h.
Referenced by RegisteredQueryHint::translateQueryHint().