MCPcopy 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
430void HdfsFileReader::ResetState() {
431 FileReader::ResetState();
432 num_remote_bytes_ = 0;
433}
434
435string HdfsFileReader::DebugString() const {
436 return FileReader::DebugString() + Substitute(

Callers 1

InitInternalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected