Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
void ScannerContext::ClearStreams() {
74
streams_.clear();
75
}
76
77
ScannerContext::Stream::Stream(ScannerContext* parent, ScanRange* scan_range,
78
int64_t reservation, const HdfsFileDesc* file_desc)
Callers
4
CloseInternal
Method · 0.80
Open
Method · 0.80
FlushRowGroupResources
Method · 0.80
ReleaseSkippedRowGroupResources
Method · 0.80
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected