MCPcopy 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

InitAggSlotsMethod · 0.80
CodegenUpdateSlotMethod · 0.80
GetKuduArrayElementSizeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected