Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
#include <algorithm>
#include <cstring>
#include <vector>
#include <boost/assign/list_of.hpp>
#include <gtest/gtest.h>
#include "common/init.h"
#include "runtime/raw-value.h"
#include "runtime/timestamp-value.h"
#include "util/string-parser.h"
#include "common/names.h"
Go to the source code of this file.
Classes | |
struct | impala::TimestampTC |
struct | impala::TimestampFormatTC |
struct | impala::TimestampToken |
Namespaces | |
impala | |
This file contains type definitions that are used throughout the code base. | |
Functions | |
void | impala::ValidateTimestamp (TimestampValue &tv, string &fmt, string &val, string &fmt_val, int year, int month, int day, int hours, int mins, int secs, int frac) |
void | impala::TestTimestampTokens (vector< TimestampToken > *toks, int year, int month, int day, int hours, int mins, int secs, int frac) |
impala::TEST (TimestampTest, Basic) | |
int | main (int argc, char **argv) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 592 of file timestamp-test.cc.
References impala::InitCommonRuntime().