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

Method IsCollectionType

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

Source from the content-addressed store, hash-verified

231 }
232
233 inline bool IsCollectionType() const {
234 return type == TYPE_ARRAY || type == TYPE_MAP;
235 }
236
237 inline bool IsArrayType() const { return type == TYPE_ARRAY; }
238 inline bool IsMapType() const { return type == TYPE_MAP; }

Callers 15

CodegenReadSlotMethod · 0.80
PrintComplexValueMethod · 0.80
OpenMethod · 0.80
CreateColumnReadersMethod · 0.80
ResolveColumnsMethod · 0.80
GetTargetColIdMethod · 0.80
OrcCollectionReaderMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestTuplesEqualMethod · 0.64