(improvement)(chat) The rules will uniformly use 'data date' and exclude data partition dimensions for dimension pushdown. (#1598)

This commit is contained in:
lexluo09
2024-08-23 17:38:04 +08:00
committed by GitHub
parent 59c50176c5
commit 371e2f1e05
5 changed files with 33 additions and 60 deletions

View File

@@ -47,4 +47,8 @@ public class DimensionResp extends SchemaItem {
return DimensionType.isTimeDimension(type);
}
public boolean isPartitionTime() {
return DimensionType.isPartitionTime(type);
}
}