mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(improvement)(chat) The rules will uniformly use 'data date' and exclude data partition dimensions for dimension pushdown. (#1598)
This commit is contained in:
@@ -47,4 +47,8 @@ public class DimensionResp extends SchemaItem {
|
||||
return DimensionType.isTimeDimension(type);
|
||||
}
|
||||
|
||||
public boolean isPartitionTime() {
|
||||
return DimensionType.isPartitionTime(type);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user