MCPcopy 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_optionsFunction · 0.45
_gold_testsMethod · 0.45
get_static_json_filesFunction · 0.45

Calls

no outgoing calls