Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsTimestampType
Method
IsTimestampType
be/src/runtime/types.h:215–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
}
214
215
inline bool IsTimestampType() const { return type == TYPE_TIMESTAMP; }
216
217
inline bool IsDateType() const { return type == TYPE_DATE; }
218
Callers
5
InitAggSlots
Method · 0.80
CodegenUpdateSlot
Method · 0.80
GetKuduArrayElementSize
Function · 0.80
CreateColumnStatsReader
Method · 0.80
IsPrimitiveTypePrintedAsString
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected