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

Method ToPtime

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

Source from the content-addressed store, hash-verified

163 }
164
165 void ToPtime(boost::posix_time::ptime* ptp) const {
166 *ptp = boost::posix_time::ptime(date_, time_);
167 }
168
169 // Store the binary representation of this TimestampValue in 'pvalue'.
170 void ToColumnValuePB(ColumnValuePB* pvalue) const {

Callers 2

AddSubMethod · 0.80
boost_from_utcFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected