godfrey he created FLINK-12524: ---------------------------------- Summary: Introduce planner rules about rank Key: FLINK-12524 URL: https://issues.apache.org/jira/browse/FLINK-12524 Project: Flink Issue Type: New Feature Components: Table SQL / Planner Reporter: godfrey he Assignee: godfrey he
This issue aims to introduce planner rules about rank, rules include: 1. {{CalcRankTransposeRule}}, that transposes {{FlinkLogicalCalc}} past {{FlinkLogicalRank}} to reduce rank input fields. 2. {{RankNumberColumnRemoveRule}}, that emoves the output column of rank number iff there is a equality condition for the rank column. -- This message was sent by Atlassian JIRA (v7.6.3#76005)