Class ConcatPathRewriter
- java.lang.Object
-
- org.apache.iotdb.db.mpp.plan.analyze.ConcatPathRewriter
-
public class ConcatPathRewriter extends java.lang.ObjectThis rewriter:1. Concat prefix path in SELECT, WHERE, and WITHOUT NULL clause with the suffix path in the FROM clause.
2. Construct a
PathPatternTree.
-
-
Constructor Summary
Constructors Constructor Description ConcatPathRewriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Statementrewrite(Statement statement, PathPatternTree patternTree)
-
-
-
Method Detail
-
rewrite
public Statement rewrite(Statement statement, PathPatternTree patternTree) throws StatementAnalyzeException
- Throws:
StatementAnalyzeException
-
-