Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ getFileName
Method
getFileName
src/IO/OpenedFile.cpp:40–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
std::string OpenedFile::getFileName() const
41
{
42
return file_name;
43
}
44
45
46
OpenedFile::OpenedFile(const std::string & file_name_, int flags_) : file_name(file_name_), flags(flags_)
Callers
8
updateBaseFilePathIfDistributedOutput
Method · 0.45
isNeedToAddEmptyBlock
Method · 0.45
createFrom
Method · 0.45
TEST
Function · 0.45
objectName
Method · 0.45
test1
Function · 0.45
reloadFormatSchema
Function · 0.45
OutputWriter
Method · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
objectName
Method · 0.36