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

Method Parent

cpp/src/arrow/util/io_util.cc:596–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596PlatformFilename PlatformFilename::Parent() const {
597 return PlatformFilename(NativeParent(ToNative()));
598}
599
600Result<PlatformFilename> PlatformFilename::Real() const {
601 ARROW_ASSIGN_OR_RAISE(auto real, NativeReal(ToNative()));

Callers 2

TESTFunction · 0.80
DoCreateDirFunction · 0.80

Calls 2

NativeParentFunction · 0.85
ToNativeFunction · 0.85

Tested by 1

TESTFunction · 0.64