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

Method get

cpp/src/arrow/filesystem/s3fs.cc:855–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

853class S3ClientLock {
854 public:
855 S3Client* get() { return client_.get(); }
856 S3Client* operator->() { return client_.get(); }
857
858 // Move this S3ClientLock into a temporary instance

Callers 15

GetAsyncRpcMethod · 0.45
ToStringMethod · 0.45
EqualsMethod · 0.45
ServeMethod · 0.45
ShutdownMethod · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
ServerMethod · 0.45
DoSinglePerfRunFunction · 0.45
mainFunction · 0.45
ClientStreamReaderMethod · 0.45
DoGetMethod · 0.45
TearDownTestMethod · 0.45

Calls

no outgoing calls

Tested by 15

ASSERT_OK_AND_ASSIGNFunction · 0.36
ServerMethod · 0.36
TearDownTestMethod · 0.36
CheckBatchesMethod · 0.36
TestDoGetMethod · 0.36
TestDoPutMethod · 0.36
RunClientMethod · 0.36
mainFunction · 0.36
RunClientMethod · 0.36
ARROW_ASSIGN_OR_RAISEMethod · 0.36