|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <string.h>#include <string>#include "common/logging.h"#include "udf/udf.h"#include "util/hash-util.h"#include "runtime/types.h"Go to the source code of this file.
Classes | |
| struct | impala::StringValue |
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Functions | |
| std::size_t | impala::hash_value (const StringValue &v) |
| This function must be called 'hash_value' to be picked up by boost. More... | |
| std::ostream & | impala::operator<< (std::ostream &os, const StringValue &string_value) |