| 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; |
no outgoing calls
no test coverage detected