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

Method Len

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

Source from the content-addressed store, hash-verified

94 bool CanBeSmallified() const { return string_impl_.CanBeSmallified(); }
95
96 int Len() const { return string_impl_.Len(); }
97
98 /// Returns the number of bytes needed outside the slot itself:
99 /// - if the length is too long to smallify, return length

Callers 15

LiteralMethod · 0.45
LikePrepareInternalMethod · 0.45
ConstantSubstringFnMethod · 0.45
ConstantStartsWithFnMethod · 0.45
ConstantEndsWithFnMethod · 0.45
GetTimezoneFunction · 0.45
ToUtcUnambiguousMethod · 0.45
UnixAndFromUnixPrepareFunction · 0.45
SetTColumnValueFunction · 0.45

Calls

no outgoing calls

Tested by 15

TESTFunction · 0.36
TEST_FFunction · 0.36
AppendValueMethod · 0.36
TEST_FFunction · 0.36
WriteStringRowMethod · 0.36
TEST_FFunction · 0.36
TestImpalaFunction · 0.36
TestBoostDateFunction · 0.36
TestBoostTimeFunction · 0.36