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

Method Impl

cpp/src/arrow/filesystem/gcsfs.cc:337–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335class GcsFileSystem::Impl {
336 public:
337 explicit Impl(GcsOptions o)
338 : options_(std::move(o)), client_(internal::AsGoogleCloudOptions(options_)) {}
339
340 const GcsOptions& options() const { return options_; }
341

Callers

nothing calls this directly

Calls 1

AsGoogleCloudOptionsFunction · 0.85

Tested by

no test coverage detected