Go to the source code of this file.
|
| impala |
| This file contains type definitions that are used throughout the code base.
|
|
|
| DEFINE_bool (use_local_tz_for_unix_timestamp_conversions, false,"When true, TIMESTAMPs are interpreted in the local time zone when converting to ""and from Unix times. When false, TIMESTAMPs are interpreted in the UTC time zone. ""Set to true for Hive compatibility.") |
|
ostream & | impala::operator<< (ostream &os, const TimestampValue ×tamp_value) |
|
DEFINE_bool |
( |
use_local_tz_for_unix_timestamp_conversions |
, |
|
|
false |
, |
|
|
"When |
true, |
|
|
TIMESTAMPs are interpreted in the local time zone when converting to""and from Unix times.When |
false, |
|
|
TIMESTAMPs are interpreted in the UTC time zone.""Set to true for Hive compatibility." |
|
|
) |
| |