Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ ResetState
Method
ResetState
be/src/runtime/io/hdfs-file-reader.cc:430–433 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
428
}
429
430
void HdfsFileReader::ResetState() {
431
FileReader::ResetState();
432
num_remote_bytes_ = 0;
433
}
434
435
string HdfsFileReader::DebugString() const {
436
return FileReader::DebugString() + Substitute(
Callers
1
InitInternal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected