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

Method Format

be/src/runtime/date-value.cc:153–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153string DateValue::Format(const DateTimeFormatContext& dt_ctx) const {
154 return DateParser::Format(dt_ctx, *this);
155}
156
157bool DateValue::ToYear(int* year) const {
158 DCHECK(year != nullptr);

Callers 6

CastToStringValMethod · 0.45
TestTimestampTokensFunction · 0.45
TESTFunction · 0.45
TestDateTokensFunction · 0.45
RunMethod · 0.45
RunMethod · 0.45

Calls 1

FormatEnum · 0.50

Tested by 5

TestTimestampTokensFunction · 0.36
TESTFunction · 0.36
TestDateTokensFunction · 0.36
RunMethod · 0.36
RunMethod · 0.36