Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ base_name
Method
base_name
cpp/src/arrow/filesystem/filesystem.cc:108–110 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
std::string FileInfo::base_name() const {
109
return internal::GetAbstractPathParent(path_).second;
110
}
111
112
std::string FileInfo::dir_name() const {
113
return internal::GetAbstractPathParent(path_).first;
Callers
13
ggandiva_function_signature_get_base_name
Function · 0.80
TestFileInfo
Class · 0.80
test_get_file_info
Method · 0.80
test_get_base_name
Method · 0.80
garrow_file_info_get_property
Function · 0.80
garrow_file_info_class_init
Function · 0.80
TEST
Function · 0.80
TEST_F
Function · 0.80
TestGetFileInfo
Method · 0.80
Make
Method · 0.80
Register
Method · 0.80
GetRegisteredFunctionSignatures
Function · 0.80
Calls
1
GetAbstractPathParent
Function · 0.85
Tested by
5
test_get_file_info
Method · 0.64
test_get_base_name
Method · 0.64
TEST
Function · 0.64
TEST_F
Function · 0.64
TestGetFileInfo
Method · 0.64