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

Method transform

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

Source from the content-addressed store, hash-verified

517class TestTransformInputStream : public ::testing::Test {
518 public:
519 TransformInputStream::TransformFunc transform() const { return T(); }
520
521 void TestEmptyStream() {
522 std::shared_ptr<InputStream> wrapped = BufferReader::FromString({});

Callers 4

TestBasicsMethod · 0.95
TestCloseMethod · 0.95
TestChunkedMethod · 0.95
TestStressChunkedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected