Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ IsStructType
Method
IsStructType
be/src/runtime/types.h:229–231 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
}
228
229
inline bool IsStructType() const {
230
return type == TYPE_STRUCT;
231
}
232
233
inline bool IsCollectionType() const {
234
return type == TYPE_ARRAY || type == TYPE_MAP;
Callers
15
Create
Method · 0.80
CreateFnCtxs
Method · 0.80
OpenEvaluator
Method · 0.80
Init
Method · 0.80
AssignFnCtxIdx
Method · 0.80
CodegenReadSlot
Method · 0.80
GetStructValInterpreted
Method · 0.80
scalar-expr.inline.h
File · 0.80
PrintComplexValue
Method · 0.80
StructColumnReader
Method · 0.80
Create
Method · 0.80
WriteStructSlot
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected