Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/impala
/ scanner_io_wait_time
Method
scanner_io_wait_time
be/src/exec/hdfs-scan-node-base.h:487–489 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
485
return max_compressed_text_file_length_;
486
}
487
RuntimeProfile::Counter* scanner_io_wait_time() const {
488
return scanner_io_wait_time_;
489
}
490
491
const static int SKIP_COLUMN = -1;
492
Callers
4
GetNextBuffer
Method · 0.80
readRandom
Method · 0.80
read
Method · 0.80
ReadFooterStream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected