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

Method IsBinaryType

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

Source from the content-addressed store, hash-verified

221 }
222
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;

Callers 11

ColumnToHs2TypeMethod · 0.80
AppendRowsMethod · 0.80
WriteSlotMethod · 0.80
WriteKuduValueFunction · 0.80
FillSchemaElementMethod · 0.80
WriteSlotMethod · 0.80
AppendRowsMethod · 0.80
WriteSlotMethod · 0.80
PrimitiveValueToJSONMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected