Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
string-value.h File Reference
#include <string.h>
#include <string>
#include "common/logging.h"
#include "udf/udf.h"
#include "util/hash-util.h"
#include "runtime/types.h"
Include dependency graph for string-value.h:
This graph shows which files directly or indirectly include this file:

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)