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

Method Close

be/src/util/codec.cc:220–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Codec::Close() {
221 if (temp_memory_pool_.get() != nullptr) {
222 DCHECK(memory_pool_ != nullptr);
223 memory_pool_->AcquireData(temp_memory_pool_.get(), false);
224 }
225}
226
227Status Codec::ProcessBlock32(bool output_preallocated, int input_length,
228 const uint8_t* input, int* output_length, uint8_t** output) {

Callers 15

TearDownMethod · 0.45
CompressStringToBufferFunction · 0.45
~WebserverMethod · 0.45
TearDownMethod · 0.45
CompareTestMethod · 0.45
CharCharTestMethod · 0.45
DecimalDecimalTestMethod · 0.45
GenericStringTestMethod · 0.45
TEST_FFunction · 0.45
TestStringInListFilterFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 2

AcquireDataMethod · 0.80
getMethod · 0.65

Tested by 15

TearDownMethod · 0.36
TearDownMethod · 0.36
CompareTestMethod · 0.36
CharCharTestMethod · 0.36
DecimalDecimalTestMethod · 0.36
GenericStringTestMethod · 0.36
TEST_FFunction · 0.36
TestStringInListFilterFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
CheckDecimalEmptyFilterFunction · 0.36