Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
153
string DateValue::Format(const DateTimeFormatContext& dt_ctx) const {
154
return DateParser::Format(dt_ctx, *this);
155
}
156
157
bool DateValue::ToYear(int* year) const {
158
DCHECK(year != nullptr);
Callers
6
CastToStringVal
Method · 0.45
TestTimestampTokens
Function · 0.45
TEST
Function · 0.45
TestDateTokens
Function · 0.45
Run
Method · 0.45
Run
Method · 0.45
Calls
1
Format
Enum · 0.50
Tested by
5
TestTimestampTokens
Function · 0.36
TEST
Function · 0.36
TestDateTokens
Function · 0.36
Run
Method · 0.36
Run
Method · 0.36