MCPcopy Create free account
hub / github.com/apache/impala / GetMaxValue

Method GetMaxValue

be/src/runtime/timestamp-value.h:218–222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 static inline TimestampValue GetMaxValue() {
219 return TimestampValue(
220 boost::gregorian::date(boost::date_time::max_date_time),
221 boost::posix_time::nanoseconds(NANOS_PER_DAY - 1));
222 }
223
224 /// Verifies that the time is not negative and is less than a whole day.
225 static inline bool IsValidTime(const boost::posix_time::time_duration& time) {

Callers

nothing calls this directly

Calls 1

TimestampValueClass · 0.70

Tested by

no test coverage detected