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

Function FailingTransform

cpp/src/arrow/io/memory_test.cc:638–641  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636TYPED_TEST(TestTransformInputStream, StressChunked) { this->TestStressChunked(); }
637
638static Result<std::shared_ptr<Buffer>> FailingTransform(
639 const std::shared_ptr<Buffer>& buf) {
640 return Status::UnknownError("Failed transform");
641}
642
643TEST(TestTransformInputStream, FailingTransform) {
644 auto src = Buffer::FromString("1234567890abcdefghi");

Callers

nothing calls this directly

Calls 1

UnknownErrorFunction · 0.85

Tested by

no test coverage detected