Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ File
Method
File
cpp/src/arrow/filesystem/mockfs.cc:65–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
std::shared_ptr<const KeyValueMetadata> metadata;
64
65
File(TimePoint mtime, std::string name) : mtime(mtime), name(std::move(name)) {}
66
67
int64_t size() const { return data ? data->size() : 0; }
68
Callers
7
benchmark_common_options
Function · 0.45
_gold_tests
Method · 0.45
get_static_json_files
Function · 0.45
export_schema_from_json
Method · 0.45
export_batch_from_json
Method · 0.45
import_schema_and_compare_to_json
Method · 0.45
import_batch_and_compare_to_json
Method · 0.45
Calls
no outgoing calls
Tested by
4
export_schema_from_json
Method · 0.36
export_batch_from_json
Method · 0.36
import_schema_and_compare_to_json
Method · 0.36
import_batch_and_compare_to_json
Method · 0.36