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

Method Close

be/src/exec/data-sink.cc:58–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58void DataSinkConfig::Close() {
59 ScalarExpr::Close(output_exprs_);
60}
61
62Status DataSinkConfig::Init(
63 const TDataSink& tsink, const RowDescriptor* input_row_desc, FragmentState* state) {

Callers 10

AbortMethod · 0.45
CommitMethod · 0.45
TearDownMethod · 0.45
NullBuildRowTestMethod · 0.45
BasicTestMethod · 0.45
ScanTestMethod · 0.45
GrowTableTestMethod · 0.45
InsertFullTestMethod · 0.45
VeryLowMemTestMethod · 0.45
TEST_FFunction · 0.45

Calls 3

AppendExecOptionMethod · 0.80
getMethod · 0.65
FreeAllMethod · 0.45

Tested by 8

TearDownMethod · 0.36
NullBuildRowTestMethod · 0.36
BasicTestMethod · 0.36
ScanTestMethod · 0.36
GrowTableTestMethod · 0.36
InsertFullTestMethod · 0.36
VeryLowMemTestMethod · 0.36
TEST_FFunction · 0.36