Skip to content

Commit

Permalink
delete
Browse files Browse the repository at this point in the history
  • Loading branch information
amorynan committed Dec 9, 2024
1 parent 221a9ce commit 7717b58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions fe/fe-core/src/main/java/org/apache/doris/catalog/Column.java
Original file line number Diff line number Diff line change
Expand Up @@ -428,12 +428,6 @@ public boolean isVersionColumn() {
|| aggregationType == AggregateType.NONE) && nameEquals(VERSION_COL, true);
}

public boolean isSkipBitmapColumn() {
return !visible && (aggregationType == AggregateType.REPLACE
|| aggregationType == AggregateType.NONE || aggregationType == null)
&& nameEquals(SKIP_BITMAP_COL, true);
}

// now we only support BloomFilter on (same behavior with BE):
// smallint/int/bigint/largeint
// string/varchar/char/variant
Expand Down

0 comments on commit 7717b58

Please sign in to comment.