We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd5e088 commit d199961Copy full SHA for d199961
src/Processors/Formats/Impl/ArrowBufferedStreams.h
@@ -34,6 +34,7 @@ class ArrowBufferedOutputStream : public arrow::io::OutputStream
34
ARROW_DISALLOW_COPY_AND_ASSIGN(ArrowBufferedOutputStream);
35
};
36
37
+
38
class RandomAccessFileFromSeekableReadBuffer : public arrow::io::RandomAccessFile
39
{
40
public:
@@ -61,6 +62,7 @@ class RandomAccessFileFromSeekableReadBuffer : public arrow::io::RandomAccessFil
61
62
ARROW_DISALLOW_COPY_AND_ASSIGN(RandomAccessFileFromSeekableReadBuffer);
63
64
65
66
std::shared_ptr<arrow::io::RandomAccessFile> asArrowFile(ReadBuffer & in);
67
68
}
0 commit comments