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

Method Equals

cpp/src/arrow/filesystem/localfs.cc:228–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226LocalFileSystemOptions LocalFileSystemOptions::Defaults() { return {}; }
227
228bool LocalFileSystemOptions::Equals(const LocalFileSystemOptions& other) const {
229 return use_mmap == other.use_mmap && directory_readahead == other.directory_readahead &&
230 file_info_batch_size == other.file_info_batch_size;
231}
232
233Result<LocalFileSystemOptions> LocalFileSystemOptions::FromUri(
234 const ::arrow::util::Uri& uri, std::string* out_path) {

Callers

nothing calls this directly

Calls 3

type_nameFunction · 0.70
type_nameMethod · 0.45
optionsMethod · 0.45

Tested by

no test coverage detected