You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/08/10 02:26:57 UTC

[GitHub] [incubator-doris] yangzhg commented on a change in pull request #4256: Support sequence column for UNIQUE_KEYS Table

yangzhg commented on a change in pull request #4256:
URL: https://github.com/apache/incubator-doris/pull/4256#discussion_r467663294



##########
File path: be/src/olap/tablet_schema.h
##########
@@ -111,6 +111,8 @@ class TabletSchema {
     inline double bloom_filter_fpp() const { return _bf_fpp; }
     inline bool is_in_memory() const { return _is_in_memory; }
     inline void set_is_in_memory(bool is_in_memory) { _is_in_memory = is_in_memory; }
+    inline bool has_sequence_col() const { return  _has_sequence_col; }

Review comment:
       how about checking sequence_col_idx != -1 instead of _has_sequence_col




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org