Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
|
Used to store metadata about a token group within a date/time format. More...
#include <timestamp-parse-util.h>
Public Member Functions | |
DateTimeFormatToken (DateTimeFormatTokenType type, int pos, int len, const char *val) | |
Public Attributes | |
DateTimeFormatTokenType | type |
Indicates the type of date/time format token e.g. year. More... | |
int | pos |
int | len |
The length of the token group. More... | |
const char * | val |
Used to store metadata about a token group within a date/time format.
Definition at line 47 of file timestamp-parse-util.h.
|
inline |
Definition at line 59 of file timestamp-parse-util.h.
int impala::DateTimeFormatToken::len |
The length of the token group.
Definition at line 54 of file timestamp-parse-util.h.
Referenced by impala::TimestampParser::Format(), impala::TimestampParser::ParseDateTime(), and impala::TimestampParser::ParseFormatTokens().
int impala::DateTimeFormatToken::pos |
The position of where this token group is supposed to start in the date/time string to be parsed
Definition at line 52 of file timestamp-parse-util.h.
Referenced by impala::TimestampParser::ParseDateTime().
DateTimeFormatTokenType impala::DateTimeFormatToken::type |
Indicates the type of date/time format token e.g. year.
Definition at line 49 of file timestamp-parse-util.h.
Referenced by impala::TimestampParser::Format(), and impala::TimestampParser::ParseDateTime().
const char* impala::DateTimeFormatToken::val |
A pointer to the date/time format string that is positioned at the start of this token group
Definition at line 57 of file timestamp-parse-util.h.
Referenced by impala::TimestampParser::Format(), and impala::TimestampParser::ParseDateTime().