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

Method Close

be/src/exec/nested-loop-join-builder.cc:108–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void NljBuilderConfig::Close() {
109 ScalarExpr::Close(filter_exprs_);
110 DataSinkConfig::Close();
111}
112
113Status NljBuilder::CreateEmbeddedBuilder(const RowDescriptor* row_desc,
114 RuntimeState* state, int join_node_id,

Callers

nothing calls this directly

Calls 2

ClearMethod · 0.45
ResetMethod · 0.45

Tested by

no test coverage detected