MCPcopy 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

CreateMethod · 0.80
CreateFnCtxsMethod · 0.80
OpenEvaluatorMethod · 0.80
InitMethod · 0.80
AssignFnCtxIdxMethod · 0.80
CodegenReadSlotMethod · 0.80
PrintComplexValueMethod · 0.80
StructColumnReaderMethod · 0.80
CreateMethod · 0.80
WriteStructSlotMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected