|
Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <boost/date_time/posix_time/posix_time.hpp>#include <boost/date_time/gregorian/gregorian.hpp>#include <boost/date_time/time_zone_base.hpp>#include <boost/date_time/local_time/local_time.hpp>#include <boost/algorithm/string.hpp>#include <gutil/strings/substitute.h>#include "exprs/timestamp-functions.h"#include "exprs/expr.h"#include "exprs/anyval-util.h"#include "runtime/tuple-row.h"#include "runtime/timestamp-value.h"#include "util/path-builder.h"#include "runtime/string-value.inline.h"#include "udf/udf.h"#include "udf/udf-internal.h"#include "runtime/runtime-state.h"#include "common/names.h"Go to the source code of this file.
Namespaces | |
| impala | |
| This file contains type definitions that are used throughout the code base. | |
Macros | |
| #define | TIMEZONE_DATABASE "be/files/date_time_zonespec.csv" |
| #define TIMEZONE_DATABASE "be/files/date_time_zonespec.csv" |
Definition at line 34 of file timestamp-functions.cc.