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

Method Init

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

Source from the content-addressed store, hash-verified

60}
61
62Status DataSinkConfig::Init(
63 const TDataSink& tsink, const RowDescriptor* input_row_desc, FragmentState* state) {
64 tsink_ = &tsink;
65 input_row_desc_ = input_row_desc;
66 return ScalarExpr::Create(tsink.output_exprs, *input_row_desc_, state, &output_exprs_);
67}
68
69void DataSinkConfig::AddCodegenStatus(
70 const Status& codegen_status, const std::string& extra_label) {

Callers 13

CreateConfigMethod · 0.45
MaterializeNextTupleMethod · 0.45
InitOutputPartitionMethod · 0.45
InitStreamsMethod · 0.45
InitHashTableMethod · 0.45
SetUpMethod · 0.45
CreateTestEnvMethod · 0.45
CreateHashTableMethod · 0.45
SetUpMethod · 0.45
OpenMethod · 0.45

Calls 1

CreateClass · 0.85

Tested by 4

SetUpMethod · 0.36
CreateTestEnvMethod · 0.36
CreateHashTableMethod · 0.36
SetUpMethod · 0.36