MCPcopy Create free account
hub / github.com/apache/arrow / mode

Function mode

cpp/src/arrow/io/interfaces.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 virtual bool closed() const = 0;
134
135 FileMode::type mode() const { return mode_; }
136
137 protected:
138 FileInterface() : mode_(FileMode::READ) {}

Callers 3

UnionTypeMethod · 0.50
layoutMethod · 0.50
ComputeFingerprintMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected