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

Method utc_timestamp

be/src/runtime/runtime-state.h:121–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 }
120 const TimestampValue* now() const { return now_.get(); }
121 const TimestampValue* utc_timestamp() const { return utc_timestamp_.get(); }
122 void set_now(const TimestampValue* now);
123 const Timezone* local_time_zone() const { return local_time_zone_; }
124 const Timezone* time_zone_for_unix_time_conversions() const {

Callers 1

UtcTimestampMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected