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

Method IsSmall

be/src/runtime/string-value.h:92–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 void Clear() { string_impl_.Clear(); }
91
92 bool IsSmall() const { return string_impl_.IsSmall(); }
93
94 bool CanBeSmallified() const { return string_impl_.CanBeSmallified(); }
95

Callers 15

AddResultTupleMethod · 0.45
TESTFunction · 0.45
PLAIN>Method · 0.45
CopyVarLenDataMethod · 0.45
GetDataSizeFunction · 0.45
TestTuplesEqualMethod · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TestTuplesEqualMethod · 0.36
TEST_FFunction · 0.36
AppendValueMethod · 0.36
WriteStringRowMethod · 0.36
TEST_FFunction · 0.36