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

Method SetFileName

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

Source from the content-addressed store, hash-verified

191
192 protected:
193 Status SetFileName(const std::string& file_name) {
194 return ::arrow::internal::PlatformFilename::FromString(file_name).Value(&file_name_);
195 }
196
197 Status SetFileName(int fd) {
198 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