This is an automated email from the ASF dual-hosted git repository.
hui pushed a change to branch lmh/refactorFilter
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from f0b48466c19 add more interface
new d5699d9273d add PredicateUtils
new 789f9a6403d replace like with regex
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../db/queryengine/common/MPPQueryContext.java | 4 +-
.../fragment/FragmentInstanceContext.java | 4 +-
.../queryengine/plan/analyze/AnalyzeVisitor.java | 14 +-
.../plan/analyze/ExpressionAnalyzer.java | 232 ------------------
.../queryengine/plan/analyze/ExpressionUtils.java | 62 -----
.../queryengine/plan/analyze/PredicateUtils.java | 270 +++++++++++++++++++++
.../plan/expression/unary/LikeExpression.java | 63 +----
.../plan/expression/unary/RegularExpression.java | 6 +-
.../ConvertExpressionToFilterVisitor.java | 13 +-
.../ConvertExpressionToTimeFilterVisitor.java | 25 ++
.../ExtractGlobalTimePredicateVisitor.java | 136 -----------
.../metadata/CreateContinuousQueryStatement.java | 4 +-
.../filter/basic/ColumnPatternMatchFilter.java | 13 +-
.../tsfile/read/filter/factory/ValueFilter.java | 121 +++++++--
.../read/filter/operator/ValueFilterOperators.java | 108 +--------
15 files changed, 435 insertions(+), 640 deletions(-)
delete mode 100644
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/queryengine/plan/expression/visitor/predicate/ExtractGlobalTimePredicateVisitor.java