xy720 commented on a change in pull request #3742:
URL: https://github.com/apache/incubator-doris/pull/3742#discussion_r435053583
##########
File path: be/src/olap/push_handler.h
##########
@@ -209,6 +216,44 @@ class LzoBinaryReader: public IBinaryReader {
size_t _next_row_start;
};
+class PushBrokerReader {
+public:
+ PushBrokerReader()
+ : _ready(false),
+ _eof(false) {}
+ ~PushBrokerReader() {}
+
+ OLAPStatus init(const Schema* schema,
+ const TBrokerScanRange& t_scan_range,
+ const TDescriptorTable& t_desc_tbl);
+ OLAPStatus next(ContiguousRow* row);
+ void print_profile();
+
+ OLAPStatus finalize() {
Review comment:
ok
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]