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

Method HasDateAndTime

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

Source from the content-addressed store, hash-verified

183 bool HasDate() const { return !date_.is_special(); }
184 bool HasTime() const { return !time_.is_special(); }
185 bool HasDateAndTime() const { return HasDate() && HasTime(); }
186
187 /// Write the string representation of this TimestampValue.
188 /// Caller should try to use the variant with output argument and reuse the 'dst' string

Callers 15

FromUtcMethod · 0.80
ToUtcMethod · 0.80
ToUtcUnambiguousMethod · 0.80
DoExtractFunction · 0.80
ConvertToLocalTimeMethod · 0.80
DecodeTimestampMethod · 0.80
FloorToSecondsFunction · 0.80

Calls

no outgoing calls

Tested by 5

FloorToSecondsFunction · 0.64
RoundToMicrosFunction · 0.64
FloorToMicrosFunction · 0.64
FloorToMillisFunction · 0.64
TESTFunction · 0.64