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

Method IsStringType

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

Source from the content-addressed store, hash-verified

209 inline bool IsDecimalType() const { return type == TYPE_DECIMAL; }
210
211 inline bool IsStringType() const {
212 return type == TYPE_STRING || type == TYPE_VARCHAR || type == TYPE_CHAR;
213 }
214
215 inline bool IsTimestampType() const { return type == TYPE_TIMESTAMP; }
216

Callers 15

GetConstValueMethod · 0.80
scalar-fn-call.ccFile · 0.80
CodegenReadSlotMethod · 0.80
InitAggSlotsMethod · 0.80
CodegenUpdateSlotMethod · 0.80
WriteSlotMethod · 0.80
WriteRowMethod · 0.80
GetKuduArrayElementSizeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestTuplesEqualMethod · 0.64