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

Method IsComplexType

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

Source from the content-addressed store, hash-verified

223 inline bool IsBinaryType() const { return is_binary_; }
224
225 inline bool IsComplexType() const {
226 return type == TYPE_STRUCT || type == TYPE_ARRAY || type == TYPE_MAP;
227 }
228
229 inline bool IsStructType() const {
230 return type == TYPE_STRUCT;

Callers 10

FOREACH_ROW_LIMITFunction · 0.80
PrintComplexValueMethod · 0.80
ConvertArrayFromKuduMethod · 0.80
ValidateColumnMethod · 0.80
ResolvePathHelperMethod · 0.80
ComplexColumnReaderMethod · 0.80
ValidateTypeMethod · 0.80
ResolveColumnsMethod · 0.80
SlotDescriptorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected