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

Method ToString

cpp/src/arrow/filesystem/filesystem.cc:117–121  ·  view source on GitHub ↗

Debug helper

Source from the content-addressed store, hash-verified

115
116// Debug helper
117std::string FileInfo::ToString() const {
118 std::stringstream os;
119 os << *this;
120 return os.str();
121}
122
123std::ostream& operator<<(std::ostream& os, const FileInfo& info) {
124 return os << "FileInfo(" << info.type() << ", " << info.path() << ", " << info.size()

Callers 15

PropertiesToMetadataFunction · 0.45
DoNormalizePathFunction · 0.45
NativeToStringFunction · 0.45
FromUriMethod · 0.45
MoveMethod · 0.45
CopyFileMethod · 0.45
MakeFileSystemMethod · 0.45
SlowFileSystemFactoryFunction · 0.45
localfs_test.ccFile · 0.45
GcsTestbenchMethod · 0.45
TEST_FFunction · 0.45

Calls 1

strMethod · 0.80

Tested by 10

MakeFileSystemMethod · 0.36
SlowFileSystemFactoryFunction · 0.36
GcsTestbenchMethod · 0.36
TEST_FFunction · 0.36
ca_dir_pathMethod · 0.36
ca_file_pathMethod · 0.36
StartMethod · 0.36
PrintErrorFunction · 0.36
MakeMethod · 0.36
TEST_FFunction · 0.36