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

Method Open

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

Source from the content-addressed store, hash-verified

185}
186
187Status DataSink::Open(RuntimeState* state) {
188 DCHECK_EQ(output_exprs_.size(), output_expr_evals_.size());
189 return ScalarExprEvaluator::Open(output_expr_evals_, state);
190}
191
192void DataSink::Close(RuntimeState* state) {
193 if (closed_) return;

Callers 15

TESTFunction · 0.45
VerifyRowsMethod · 0.45
ValidateAndOpenFileFunction · 0.45
NullBuildRowTestMethod · 0.45
BasicTestMethod · 0.45
ScanTestMethod · 0.45
TEST_FFunction · 0.45
SendBuildInputToSinkMethod · 0.45
TEST_FFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by 6

TESTFunction · 0.36
NullBuildRowTestMethod · 0.36
BasicTestMethod · 0.36
ScanTestMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36