#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"
Go to the source code of this file.
|
| | impala |
| | This file contains type definitions that are used throughout the code base.
|
| |
|
| | 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 ×tamp_value) |
| |
| 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.