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

Method GetMinValue

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

Source from the content-addressed store, hash-verified

210 }
211
212 static inline TimestampValue GetMinValue() {
213 return TimestampValue(
214 boost::gregorian::date(boost::date_time::min_date_time),
215 boost::posix_time::time_duration(0, 0, 0, 0));
216 }
217
218 static inline TimestampValue GetMaxValue() {
219 return TimestampValue(

Callers

nothing calls this directly

Calls 2

time_durationClass · 0.85
TimestampValueClass · 0.70

Tested by

no test coverage detected