An inline helper function to parse timestamps in YYYY-mm-dd[ HH:MM[:SS[.SS|:NS]]] format. More...
Go to the source code of this file.
Namespaces | |
Hypertable | |
Hypertable definitions | |
Macros | |
#define | HT_DELIM_CHECK(_l_, _c_) |
#define | HT_RANGE_CHECK(_v_, _min_, _max_) |
Functions | |
int64_t | Hypertable::parse_ts (const char *ts) |
Inline function which parses a string with a timestamp in localtime and returns a 64bit nanosecond timestamp. More... | |
An inline helper function to parse timestamps in YYYY-mm-dd[ HH:MM[:SS[.SS|:NS]]] format.
Definition in file TimeInline.h.