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

Function CrossContainerMoveNotImplemented

cpp/src/arrow/filesystem/azurefs.cc:593–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

591}
592
593Status CrossContainerMoveNotImplemented(const AzureLocation& src,
594 const AzureLocation& dest) {
595 return Status::NotImplemented(
596 "Move of '", src.all, "' to '", dest.all,
597 "' requires moving data between containers, which is not implemented.");
598}
599
600bool IsContainerNotFound(const Core::RequestFailedException& e) {
601 // In some situations, only the ReasonPhrase is set and the

Callers 4

MoveContainerToPathFunction · 0.85
CreateContainerFromPathFunction · 0.85
MovePathWithDataLakeAPIFunction · 0.85
MovePathUsingBlobsAPIFunction · 0.85

Calls 1

NotImplementedFunction · 0.50

Tested by

no test coverage detected