Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
CodegenUpdateSlot
Method · 0.80
CanUseStats
Method · 0.80
CanUseDeprecatedStats
Method · 0.80
PrimitiveValueToJSON
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected