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

Method file_desc

be/src/exec/scanner-context.h:157–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155 const char* filename() { return scan_range_->file(); }
156 const io::ScanRange* scan_range() { return scan_range_; }
157 const HdfsFileDesc* file_desc() { return file_desc_; }
158 int64_t reservation() const { return reservation_; }
159
160 /// Returns the buffer's current offset in the file.

Callers 8

OpenMethod · 0.80
ProcessFooterMethod · 0.80
CloseMethod · 0.80
InitNewRangeMethod · 0.80
CloseMethod · 0.80
InitNewRangeMethod · 0.80
WriteFieldsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected