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

Method IsVarLenStringType

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

Source from the content-addressed store, hash-verified

217 inline bool IsDateType() const { return type == TYPE_DATE; }
218
219 inline bool IsVarLenStringType() const {
220 return type == TYPE_STRING || type == TYPE_VARCHAR;
221 }
222
223 inline bool IsBinaryType() const { return is_binary_; }
224

Callers 15

TEST_PFunction · 0.80
AppendRowsMethod · 0.80
WriteSlotMethod · 0.80
InitStreamsMethod · 0.80
CodegenWriteSlotMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PFunction · 0.64