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

Method GetFileHandle

be/src/runtime/io/hdfs-monitored-ops.cc:58–58  ·  view source on GitHub ↗

If the handle is successfully opened, GetHandle() will return the handle.

Source from the content-addressed store, hash-verified

56
57 // If the handle is successfully opened, GetHandle() will return the handle.
58 hdfsFile GetFileHandle() { return hdfs_file_; }
59
60 private:
61 const hdfsFS& fs_;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected