taiyang-li commented on code in PR #2048:
URL: https://github.com/apache/orc/pull/2048#discussion_r1815957873
##########
c++/include/orc/OrcFile.hh:
##########
@@ -36,6 +37,20 @@ namespace orc {
*/
class InputStream {
public:
+ using Buffer = DataBuffer<char>;
+ using BufferPtr = std::shared_ptr<Buffer>;
+
+ struct BufferSlice {
Review Comment:
It is used in `ReadRangeCache`. That is why I expose it as public class.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]