|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : CalculatedQueryOperation<?> in class org.apache.flink.table.operations.CalculatedTableFactory.FunctionTableCallVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : CalculatedQueryOperation<?> in class org.apache.flink.table.operations.CalculatedTableFactory.FunctionTableCallVisitor |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.GroupingExpressionValidator |
From |
To |
|
Change Parameter Type projectList : List<Expression> to projectList : List<ResolvedExpression> in method public ProjectQueryOperation(projectList List<ResolvedExpression>, child QueryOperation, tableSchema TableSchema) in class org.apache.flink.table.operations.ProjectQueryOperation |
From |
To |
|
Change Parameter Type aggregates : List<Expression> to aggregates : List<ResolvedExpression> in method public createAggregate(groupings List<ResolvedExpression>, aggregates List<ResolvedExpression>, child QueryOperation) : QueryOperation in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type right : Expression to right : ResolvedExpression in method private isJoinCondition(left ResolvedExpression, right ResolvedExpression) : boolean in class org.apache.flink.table.operations.JoinOperationFactory |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.StripAliases |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.StripAliases |
From |
To |
|
Change Parameter Type order : List<Expression> to order : List<ResolvedExpression> in method public SortQueryOperation(order List<ResolvedExpression>, child QueryOperation, offset int, fetch int) in class org.apache.flink.table.operations.SortQueryOperation |
From |
To |
|
Change Parameter Type condition : Expression to condition : ResolvedExpression in method public FilterQueryOperation(condition ResolvedExpression, child QueryOperation) in class org.apache.flink.table.operations.FilterQueryOperation |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private unwrapFromAlias(call CallExpression) : CalculatedQueryOperation<?> in class org.apache.flink.table.operations.CalculatedTableFactory.FunctionTableCallVisitor |
From |
To |
|
Change Parameter Type parameters : List<Expression> to parameters : List<ResolvedExpression> in method public CalculatedQueryOperation(tableFunction TableFunction<T>, parameters List<ResolvedExpression>, resultType TypeInformation<T>, tableSchema TableSchema) in class org.apache.flink.table.operations.CalculatedQueryOperation |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to unresolvedCall : CallExpression in method public visit(unresolvedCall CallExpression) : AggCall in class org.apache.flink.table.plan.QueryOperationConverter.AggregateVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private extractNameFromGet(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.TransitiveExtractNameVisitor |
From |
To |
|
Change Parameter Type projectList : List<Expression> to projectList : List<ResolvedExpression> in method public create(projectList List<ResolvedExpression>, child QueryOperation, explicitAlias boolean, postResolverFactory ExpressionResolver.PostResolverFactory) : QueryOperation in class org.apache.flink.table.operations.ProjectionOperationFactory |
From |
To |
|
Change Parameter Type fieldReference : FieldReferenceExpression to unresolvedReference : UnresolvedReferenceExpression in method public visit(unresolvedReference UnresolvedReferenceExpression) : String in class org.apache.flink.table.operations.ColumnOperationUtils.DropColumnsExtractor |
From |
To |
|
Change Parameter Type groupingExpressions : List<Expression> to groupingExpressions : List<ResolvedExpression> in method public AggregateQueryOperation(groupingExpressions List<ResolvedExpression>, aggregateExpressions List<ResolvedExpression>, child QueryOperation, tableSchema TableSchema) in class org.apache.flink.table.operations.AggregateQueryOperation |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.SortOperationFactory.OrderWrapper |
From |
To |
|
Change Parameter Type condition : Expression to condition : ResolvedExpression in method private validateCondition(right QueryOperation, joinType JoinType, condition ResolvedExpression, correlated boolean) : void in class org.apache.flink.table.operations.JoinOperationFactory |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.AggregationExpressionValidator |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.AggregationExpressionValidator |
From |
To |
|
Change Parameter Type parameters : List<Expression> to parameters : List<ResolvedExpression> in method private createFunctionCall(tableFunctionDefinition TableFunctionDefinition, aliases List<String>, parameters List<ResolvedExpression>) : CalculatedQueryOperation<?> in class org.apache.flink.table.operations.CalculatedTableFactory.FunctionTableCallVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : T in class org.apache.flink.table.expressions.ExpressionDefaultVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : RexNode in class org.apache.flink.table.expressions.RexNodeConverter |
From |
To |
|
Change Parameter Type order : List<Expression> to order : List<ResolvedExpression> in method public SortQueryOperation(order List<ResolvedExpression>, child QueryOperation) in class org.apache.flink.table.operations.SortQueryOperation |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.NoNestedAggregates |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.NoNestedAggregates |
From |
To |
|
Change Parameter Type namedExpressions : List<Expression> to namedExpressions : List<ResolvedExpression> in method private validateAndGetUniqueNames(namedExpressions List<ResolvedExpression>) : String[] in class org.apache.flink.table.operations.ProjectionOperationFactory |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private unwrapFromAlias(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Change Parameter Type windowProperties : List<Expression> to windowProperties : List<ResolvedExpression> in method private validateWindowProperties(windowProperties List<ResolvedExpression>, window ResolvedGroupWindow) : void in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected failExpression(expression ResolvedExpression) : void in class org.apache.flink.table.operations.AggregateOperationFactory.AggregationExpressionValidator |
From |
To |
|
Change Parameter Type windowProperties : List<Expression> to windowProperties : List<ResolvedExpression> in method public createWindowAggregate(groupings List<ResolvedExpression>, aggregates List<ResolvedExpression>, windowProperties List<ResolvedExpression>, window ResolvedGroupWindow, child QueryOperation) : QueryOperation in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type aggregates : List<Expression> to aggregates : List<ResolvedExpression> in method private validateAggregates(aggregates List<ResolvedExpression>) : void in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Parameter Type left : Expression to left : ResolvedExpression in method private isJoinCondition(left ResolvedExpression, right ResolvedExpression) : boolean in class org.apache.flink.table.operations.JoinOperationFactory |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private nameForGet(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.TransitiveExtractNameVisitor |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.TransitiveExtractNameVisitor |
From |
To |
|
Change Parameter Type condition : Expression to condition : ResolvedExpression in method private verifyConditionType(condition ResolvedExpression) : void in class org.apache.flink.table.operations.JoinOperationFactory |
From |
To |
|
Change Parameter Type orders : List<Expression> to orders : List<ResolvedExpression> in method public createSort(orders List<ResolvedExpression>, child QueryOperation, postResolverFactory ExpressionResolver.PostResolverFactory) : QueryOperation in class org.apache.flink.table.operations.SortOperationFactory |
From |
To |
|
Change Parameter Type expression : List<Expression> to expression : List<ResolvedExpression> in method private nameExpressions(namingVisitor NamingVisitor, expression List<ResolvedExpression>) : List<ResolvedExpression> in class org.apache.flink.table.operations.ProjectionOperationFactory |
From |
To |
|
Change Parameter Type groupings : List<Expression> to groupings : List<ResolvedExpression> in method private validateGroupings(groupings List<ResolvedExpression>) : void in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type aggregateExpressions : List<Expression> to aggregateExpressions : List<ResolvedExpression> in method public AggregateQueryOperation(groupingExpressions List<ResolvedExpression>, aggregateExpressions List<ResolvedExpression>, child QueryOperation, tableSchema TableSchema) in class org.apache.flink.table.operations.AggregateQueryOperation |
From |
To |
|
Change Parameter Type groupingExpressions : List<Expression> to groupingExpressions : List<ResolvedExpression> in method public WindowAggregateQueryOperation(groupingExpressions List<ResolvedExpression>, aggregateExpressions List<ResolvedExpression>, windowPropertiesExpressions List<ResolvedExpression>, groupWindow ResolvedGroupWindow, child QueryOperation, tableSchema TableSchema) in class org.apache.flink.table.operations.WindowAggregateQueryOperation |
From |
To |
|
Change Parameter Type condition : Expression to condition : ResolvedExpression in method public JoinQueryOperation(left QueryOperation, right QueryOperation, joinType JoinType, condition ResolvedExpression, correlated boolean) in class org.apache.flink.table.operations.JoinQueryOperation |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private nameForCast(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to unresolvedCall : CallExpression in method public visit(unresolvedCall CallExpression) : RexNode in class org.apache.flink.table.plan.QueryOperationConverter.JoinExpressionVisitor |
From |
To |
|
Change Parameter Type aggregates : List<Expression> to aggregates : List<ResolvedExpression> in method public createWindowAggregate(groupings List<ResolvedExpression>, aggregates List<ResolvedExpression>, windowProperties List<ResolvedExpression>, window ResolvedGroupWindow, child QueryOperation) : QueryOperation in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type expressions : List<Expression> to expressions : List<ResolvedExpression> in method private convertToRexNodes(expressions List<ResolvedExpression>) : List<RexNode> in class org.apache.flink.table.plan.QueryOperationConverter.SingleRelVisitor |
From |
To |
|
Change Parameter Type expressions : List<Expression> to expressions : List<ResolvedExpression> in method public extractNames(expressions List<ResolvedExpression>) : List<Optional<String>> in class org.apache.flink.table.operations.OperationExpressionsUtils |
From |
To |
|
Change Parameter Type groupings : List<Expression> to groupings : List<ResolvedExpression> in method public createWindowAggregate(groupings List<ResolvedExpression>, aggregates List<ResolvedExpression>, windowProperties List<ResolvedExpression>, window ResolvedGroupWindow, child QueryOperation) : QueryOperation in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.ValidateDistinct |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.ValidateDistinct |
From |
To |
|
Change Parameter Type expression : Expression to expression : ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : Boolean in class org.apache.flink.table.operations.JoinOperationFactory.EquiJoinExistsChecker |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Boolean in class org.apache.flink.table.operations.JoinOperationFactory.EquiJoinExistsChecker |
From |
To |
|
Change Parameter Type aggregates : List<Expression> to aggregates : List<ResolvedExpression> in method private bridge(aggregates List<ResolvedExpression>) : List<PlannerExpression> in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Parameter Type callExpr : Expression to callExpr : ResolvedExpression in method public create(callExpr ResolvedExpression, leftTableFieldNames String[]) : QueryOperation in class org.apache.flink.table.operations.CalculatedTableFactory |
From |
To |
|
Change Parameter Type condition : Expression to condition : ResolvedExpression in method public create(left QueryOperation, right QueryOperation, joinType JoinType, condition ResolvedExpression, correlated boolean) : QueryOperation in class org.apache.flink.table.operations.JoinOperationFactory |
From |
To |
|
Change Parameter Type unresolvedCall : UnresolvedCallExpression to unresolvedCall : CallExpression in method public visit(unresolvedCall CallExpression) : AggCall in class org.apache.flink.table.plan.QueryOperationConverter.TableAggregateVisitor |
From |
To |
|
Change Parameter Type windowPropertiesExpressions : List<Expression> to windowPropertiesExpressions : List<ResolvedExpression> in method public WindowAggregateQueryOperation(groupingExpressions List<ResolvedExpression>, aggregateExpressions List<ResolvedExpression>, windowPropertiesExpressions List<ResolvedExpression>, groupWindow ResolvedGroupWindow, child QueryOperation, tableSchema TableSchema) in class org.apache.flink.table.operations.WindowAggregateQueryOperation |
From |
To |
|
Change Parameter Type aggregateExpressions : List<Expression> to aggregateExpressions : List<ResolvedExpression> in method public WindowAggregateQueryOperation(groupingExpressions List<ResolvedExpression>, aggregateExpressions List<ResolvedExpression>, windowPropertiesExpressions List<ResolvedExpression>, groupWindow ResolvedGroupWindow, child QueryOperation, tableSchema TableSchema) in class org.apache.flink.table.operations.WindowAggregateQueryOperation |
From |
To |
|
Change Parameter Type groupings : List<Expression> to groupings : List<ResolvedExpression> in method public createAggregate(groupings List<ResolvedExpression>, aggregates List<ResolvedExpression>, child QueryOperation) : QueryOperation in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method private castIfNeeded(child ResolvedExpression, plannerChild PlannerExpression, expectedType TypeInformation<?>) : ResolvedExpression in class org.apache.flink.table.expressions.rules.ResolveCallByArgumentsRule.CallArgumentsCastingVisitor |
From |
To |
|
Change Return Type AggFunctionCall to ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public visit(valueLiteral ValueLiteralExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method private unwrapFromAlias(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public getCondition() : ResolvedExpression in class org.apache.flink.table.operations.FilterQueryOperation |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public getCondition() : ResolvedExpression in class org.apache.flink.table.operations.JoinQueryOperation |
From |
To |
|
Change Return Type Void to Expression in method protected defaultMethod(expression Expression) : Expression in class org.apache.flink.table.expressions.rules.QualifyBuiltInFunctionsRule.QualifyBuiltInFunctionVisitor |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getWindowPropertiesExpressions() : List<ResolvedExpression> in class org.apache.flink.table.operations.WindowAggregateQueryOperation |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getOrder() : List<ResolvedExpression> in class org.apache.flink.table.operations.SortQueryOperation |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getParameters() : List<ResolvedExpression> in class org.apache.flink.table.operations.CalculatedQueryOperation |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public resolve(expressions List<Expression>) : List<ResolvedExpression> in class org.apache.flink.table.expressions.ExpressionResolver |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method private nameExpressions(namingVisitor NamingVisitor, expression List<ResolvedExpression>) : List<ResolvedExpression> in class org.apache.flink.table.operations.ProjectionOperationFactory |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getGroupingExpressions() : List<ResolvedExpression> in class org.apache.flink.table.operations.WindowAggregateQueryOperation |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Change Return Type Void to Expression in method public visit(unresolvedCall UnresolvedCallExpression) : Expression in class org.apache.flink.table.expressions.rules.QualifyBuiltInFunctionsRule.QualifyBuiltInFunctionVisitor |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method protected defaultMethod(expression ResolvedExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.StripAliases |
From |
To |
|
Change Return Type Tuple2<Expression,List<String>> to Tuple2<ResolvedExpression,List<String>> in method public extractTableAggFunctionAndAliases(callExpr Expression) : Tuple2<ResolvedExpression,List<String>> in class org.apache.flink.table.operations.AggregateOperationFactory |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getAggregateExpressions() : List<ResolvedExpression> in class org.apache.flink.table.operations.WindowAggregateQueryOperation |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.StripAliases |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getGroupingExpressions() : List<ResolvedExpression> in class org.apache.flink.table.operations.AggregateQueryOperation |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public visit(unresolvedCall UnresolvedCallExpression) : ResolvedExpression in class org.apache.flink.table.expressions.rules.ResolveCallByArgumentsRule.CallArgumentsCastingVisitor |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getAggregateExpressions() : List<ResolvedExpression> in class org.apache.flink.table.operations.AggregateQueryOperation |
From |
To |
|
Change Return Type Expression to void in method private validateArguments(plannerCall PlannerExpression) : void in class org.apache.flink.table.expressions.rules.ResolveCallByArgumentsRule.CallArgumentsCastingVisitor |
From |
To |
|
Change Return Type Expression to ResolvedExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.SortOperationFactory.OrderWrapper |
From |
To |
|
Change Return Type List<Expression> to List<ResolvedExpression> in method public getProjectList() : List<ResolvedExpression> in class org.apache.flink.table.operations.ProjectQueryOperation |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private extractNameFromGet(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.TransitiveExtractNameVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private unwrapFromAlias(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Rename Parameter valueLiteralExpression : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : CalculatedQueryOperation<?> in class org.apache.flink.table.operations.CalculatedTableFactory.FunctionTableCallVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.AggregationExpressionValidator |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Rename Parameter valueLiteralExpression : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : T in class org.apache.flink.table.expressions.ApiExpressionDefaultVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private nameForGet(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : RexNode in class org.apache.flink.table.expressions.RexNodeConverter |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : UnresolvedCallExpression in method public visit(call UnresolvedCallExpression) : RexNode in class org.apache.flink.table.expressions.RexNodeConverter |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.NoNestedAggregates |
From |
To |
|
Rename Parameter fieldReference : FieldReferenceExpression to unresolvedReference : UnresolvedReferenceExpression in method public visit(unresolvedReference UnresolvedReferenceExpression) : String in class org.apache.flink.table.operations.ColumnOperationUtils.DropColumnsExtractor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Boolean in class org.apache.flink.table.operations.JoinOperationFactory.EquiJoinExistsChecker |
From |
To |
|
Rename Parameter childExpression : PlannerExpression to plannerChild : PlannerExpression in method private castIfNeeded(child ResolvedExpression, plannerChild PlannerExpression, expectedType TypeInformation<?>) : ResolvedExpression in class org.apache.flink.table.expressions.rules.ResolveCallByArgumentsRule.CallArgumentsCastingVisitor |
From |
To |
|
Rename Parameter valueLiteralExpression : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : ValueLiteralExpression in class org.apache.flink.table.operations.AliasOperationUtils.AliasLiteralValidator |
From |
To |
|
Rename Parameter valueLiteralExpression : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : List<UnresolvedReferenceExpression> in class org.apache.flink.table.expressions.rules.ExpandColumnFunctionsRule.ColumnsExpressionExpander |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.TransitiveExtractNameVisitor |
From |
To |
|
Rename Parameter valueLiteralExpression : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : T in class org.apache.flink.table.expressions.ExpressionDefaultVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.AggregateOperationFactory.TableAggFunctionCallVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.SortOperationFactory.OrderWrapper |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : Void in class org.apache.flink.table.operations.AggregateOperationFactory.ValidateDistinct |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private nameForCast(call CallExpression) : Optional<String> in class org.apache.flink.table.operations.ProjectionOperationFactory.NamingVisitor |
From |
To |
|
Rename Parameter valueLiteralExpression : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : R in class org.apache.flink.table.expressions.ExpressionVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : T in class org.apache.flink.table.expressions.ExpressionDefaultVisitor |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method public visit(call CallExpression) : ResolvedExpression in class org.apache.flink.table.operations.ProjectionOperationFactory.StripAliases |
From |
To |
|
Rename Parameter unresolvedCall : UnresolvedCallExpression to call : CallExpression in method private unwrapFromAlias(call CallExpression) : CalculatedQueryOperation<?> in class org.apache.flink.table.operations.CalculatedTableFactory.FunctionTableCallVisitor |
From |
To |
|
Rename Parameter expr : ValueLiteralExpression to valueLiteral : ValueLiteralExpression in method public visit(valueLiteral ValueLiteralExpression) : RexNode in class org.apache.flink.table.expressions.RexNodeConverter |
From |
To |