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

Method GetFileInfo

be/src/exec/hdfs-scan-node-base.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 file_format(THdfsFileFormat::TEXT) {}
72
73 io::ScanRange::FileInfo GetFileInfo() const {
74 return io::ScanRange::FileInfo{
75 filename.c_str(), fs, mtime, is_encrypted, is_erasure_coded};
76 }
77
78 /// Connection to the filesystem containing the file.
79 hdfsFS fs;

Callers 8

GetNextBufferMethod · 0.45
IssueInitialRangesMethod · 0.45
IssueFooterRangesMethod · 0.45
ReadAllMethod · 0.45
ReadToBufferMethod · 0.45
InitColumnChunkMethod · 0.45
IssueInitialRangesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected