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

Method GetCapacity

cpp/src/arrow/io/hdfs.cc:631–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629}
630
631Status HadoopFileSystem::GetCapacity(int64_t* nbytes) {
632 return impl_->GetCapacity(nbytes);
633}
634
635Status HadoopFileSystem::GetUsed(int64_t* nbytes) { return impl_->GetUsed(nbytes); }
636

Callers 15

GetCapacityMethod · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
GetIOThreadPoolCapacityFunction · 0.45
JoinBenchmarkMethod · 0.45
StartProducingMethod · 0.45
TESTFunction · 0.45
MakeMethod · 0.45
InitMethod · 0.45
MakeMethod · 0.45
BuildClientMethod · 0.45

Calls

no outgoing calls

Tested by 6

TEST_FFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TestCopyFilesMethod · 0.36
SetUpMethod · 0.36
TESTFunction · 0.36