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

Method ClearStreams

be/src/exec/scanner-context.cc:73–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void ScannerContext::ClearStreams() {
74 streams_.clear();
75}
76
77ScannerContext::Stream::Stream(ScannerContext* parent, ScanRange* scan_range,
78 int64_t reservation, const HdfsFileDesc* file_desc)

Callers 4

CloseInternalMethod · 0.80
OpenMethod · 0.80

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected