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

Method Value

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

Returns the underlying storage. There is only one representation for any DateValue (including the invalid DateValue) and the storage is directly comparable.

Source from the content-addressed store, hash-verified

173 /// Returns the underlying storage. There is only one representation for any DateValue
174 /// (including the invalid DateValue) and the storage is directly comparable.
175 int32_t Value() const { return days_since_epoch_; }
176
177 /// Returns a DateValue converted from a DateVal. The caller must ensure the DateVal
178 /// does not represent a NULL.

Callers 4

getHandleDataFunction · 0.45
LookupMethod · 0.45
HandleExistingEntryMethod · 0.45
DumpMetaCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected