xiaokang commented on code in PR #33163:
URL: https://github.com/apache/doris/pull/33163#discussion_r1549629857


##########
be/src/olap/iterators.h:
##########
@@ -119,6 +119,7 @@ class StorageReadOptions {
     // slots that cast may be eliminated in storage layer
     std::map<std::string, PrimitiveType> target_cast_type_for_variants;
     RowRanges row_ranges;
+    size_t _topn_limit = 0;

Review Comment:
   use consistent name style topn_limit



##########
be/src/olap/rowset/rowset_reader_context.h:
##########
@@ -84,6 +84,7 @@ struct RowsetReaderContext {
     // slots that cast may be eliminated in storage layer
     std::map<std::string, PrimitiveType> target_cast_type_for_variants;
     int64_t ttl_seconds = 0;
+    size_t _topn_limit = 0;

Review Comment:
   topn_limit



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to