Hi all, Currently, the method of org.apache.iotdb.db.qp.strategy.PhysicalGenerator#transformQuery has reached about 300 line, and there are lots of "if else" in this method. In order to easily maintain it, it should be refactored into more readable one, I think.
releted issue: https://issues.apache.org/jira/browse/IOTDB-1085
