Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
timestamp-value.h File Reference
#include <ctime>
#include <string>
#include <boost/cstdint.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <gflags/gflags.h>
#include "runtime/timestamp-parse-util.h"
#include "udf/udf.h"
#include "util/hash-util.h"
Include dependency graph for timestamp-value.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  impala::TimestampValue
 

Namespaces

 impala
 This file contains type definitions that are used throughout the code base.
 

Functions

 DECLARE_bool (use_local_tz_for_unix_timestamp_conversions)
 
std::size_t impala::hash_value (const TimestampValue &v)
 This function must be called 'hash_value' to be picked up by boost. More...
 
std::ostream & impala::operator<< (std::ostream &os, const TimestampValue &timestamp_value)
 

Function Documentation

DECLARE_bool ( use_local_tz_for_unix_timestamp_conversions  )

Users who want a fix for IMPALA-97 (to be Hive compatible) can enable this flag. The flag is disabled by default but should be flipped with the next release that accepts breaking-changes.