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

Method Reset

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

Source from the content-addressed store, hash-verified

228}
229
230void NljBuilder::Reset() {
231 DCHECK(!is_separate_build_);
232 build_batch_cache_.Reset();
233 input_build_batches_.Reset();
234 copied_build_batches_.Reset();
235}
236
237void NljBuilder::Close(RuntimeState* state) {
238 if (closed_) return;

Callers 2

CloseMethod · 0.45
DeepCopyBuildBatchesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected