OmniSciDB
085a039ca4
|
#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 > |
Enumerations | |
enum | QueryHint { kCpuMode = 0, kColumnarOutput, kRowwiseOutput, kOverlapsBucketThreshold, kOverlapsMaxSize, kOverlapsAllowGpuBuild, kOverlapsNoCache, kOverlapsKeysPerBin, kKeepResult, kKeepTableFuncResult, kHintCount, kInvalidHint } |
Variables | |
static const std::unordered_map < std::string, QueryHint > | SupportedQueryHints |
using Hints = std::unordered_map<QueryHint, ExplainedQueryHint> |
Definition at line 263 of file QueryHint.h.
enum QueryHint |
Definition at line 29 of file QueryHint.h.
|
static |
Definition at line 45 of file QueryHint.h.
Referenced by RegisteredQueryHint::translateQueryHint().