|
Rename Variable expr : ExpressionOperation to table : Table in method public main(args String[]) : void in class org.apache.flink.examples.java.JavaTableExample |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testGroupingKeyForwardIfNotUsed() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testArithmetic() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAggregationOnNonExistingField() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testBitwiseWithAutocast() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAllRejectingFilter() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAutoCastToString() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testGroupingOnNonExistentField() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testFilterOnIntegerTupleField() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testLogic() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testComparisons() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testBitwiseOperation() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testWorkingAggregationDataTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAggregationTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAggregationWithArithmetic() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNumericAutocastInArithmetic() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testGroupedAggregate() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNumericAutocastInComparison() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAllPassingFilter() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testBitwiseWithNonWorkingAutocast() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNonWorkingDataTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Rename Variable expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNoNestedAggregation() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type filtered : ExpressionOperation to filtered : Table in method public main(args String[]) : void in class org.apache.flink.examples.java.JavaTableExample |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testFilterOnIntegerTupleField() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testBitwiseOperation() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testGroupingKeyForwardIfNotUsed() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testSubstring() : void in class org.apache.flink.api.java.table.test.StringExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testSimpleSelectWithNaming() : void in class org.apache.flink.api.java.table.test.SelectITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testLogic() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testWorkingAggregationDataTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAggregationTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAggregationWithArithmetic() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testGroupingOnNonExistentField() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testNonWorkingDataTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNoNestedAggregation() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testGroupingKeyForwardIfNotUsed() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testArithmetic() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAutoCastToString() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testAutoCastToString() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testNumericAutocastInComparison() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testNonWorkingSubstring1() : void in class org.apache.flink.api.java.table.test.StringExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testJoinWithAggregation() : void in class org.apache.flink.api.java.table.test.JoinITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testJoinNonExistingKey() : void in class org.apache.flink.api.java.table.test.JoinITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNonWorkingDataTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testComparisons() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testBitwiseWithNonWorkingAutocast() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testAggregationOnNonExistingField() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testJoinWithAmbiguousFields() : void in class org.apache.flink.api.java.table.test.JoinITCase |
From |
To |
|
Change Variable Type expr : ExpressionOperation to table : Table in method public main(args String[]) : void in class org.apache.flink.examples.java.JavaTableExample |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testNonWorkingSubstring2() : void in class org.apache.flink.api.java.table.test.StringExpressionsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testBitwiseWithAutocast() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testAllPassingFilter() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testGroupedAggregate() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testAggregationTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testGroupingOnNonExistentField() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testArithmetic() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testNumericAutocastInArithmetic() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testWorkingAggregationDataTypes() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNumericAutocastInComparison() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAggregationOnNonExistingField() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAllRejectingFilter() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testSimpleSelectAllWithAs() : void in class org.apache.flink.api.java.table.test.SelectITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testLogic() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testComparisons() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testAllRejectingFilter() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testFilterOnIntegerTupleField() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testJoin() : void in class org.apache.flink.api.java.table.test.JoinITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testBitwiseWithAutocast() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testNumericAutocastInArithmetic() : void in class org.apache.flink.api.java.table.test.CastingITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testGroupedAggregate() : void in class org.apache.flink.api.java.table.test.GroupedAggregationsITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testAllPassingFilter() : void in class org.apache.flink.api.java.table.test.FilterITCase |
From |
To |
|
Change Variable Type expressionOperation : ExpressionOperation<JavaBatchTranslator> to table : Table<JavaBatchTranslator> in method public testBitwiseWithNonWorkingAutocast() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testNoNestedAggregation() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testSubstringWithMaxEnd() : void in class org.apache.flink.api.java.table.test.StringExpressionsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testJoinWithNonMatchingKeyTypes() : void in class org.apache.flink.api.java.table.test.JoinITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testAggregationWithArithmetic() : void in class org.apache.flink.api.java.table.test.AggregationsITCase |
From |
To |
|
Change Variable Type result : ExpressionOperation<JavaBatchTranslator> to result : Table<JavaBatchTranslator> in method public testBitwiseOperation() : void in class org.apache.flink.api.java.table.test.ExpressionsITCase |
From |
To |