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

Method SetFileName

cpp/src/arrow/io/file.cc:186–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 protected:
186 Status SetFileName(const std::string& file_name) {
187 return ::arrow::internal::PlatformFilename::FromString(file_name).Value(&file_name_);
188 }
189
190 Status SetFileName(int fd) {
191 std::stringstream ss;

Callers

nothing calls this directly

Calls 3

FromStringFunction · 0.85
strMethod · 0.80
ValueMethod · 0.45

Tested by

no test coverage detected