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

Method IsBooleanType

be/src/runtime/types.h:198–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196 }
197
198 inline bool IsBooleanType() const { return type == TYPE_BOOLEAN; }
199
200 inline bool IsIntegerType() const {
201 return type == TYPE_TINYINT || type == TYPE_SMALLINT || type == TYPE_INT

Callers 4

CodegenUpdateSlotMethod · 0.80
CanUseStatsMethod · 0.80
CanUseDeprecatedStatsMethod · 0.80
PrimitiveValueToJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected