|
Change Parameter Type predicate : BiPredicate<Statistics<C>,RangeExprEvaluator<C>> to predicate : BiFunction<Statistics<C>,RangeExprEvaluator<C>,RowsMatch> in method private ParquetIsPredicate(expr LogicalExpression, predicate BiFunction<Statistics<C>,RangeExprEvaluator<C>,RowsMatch>) in class org.apache.drill.exec.expr.stat.ParquetIsPredicate |
From |
To |
|
Change Parameter Type predicate : BiPredicate<Statistics<C>,Statistics<C>> to predicate : BiFunction<Statistics<C>,Statistics<C>,RowsMatch> in method private ParquetComparisonPredicate(left LogicalExpression, right LogicalExpression, predicate BiFunction<Statistics<C>,Statistics<C>,RowsMatch>) in class org.apache.drill.exec.expr.stat.ParquetComparisonPredicate |
From |
To |
|
Change Parameter Type canDropExpected : boolean to canDropExpected : RowsMatch in method private testParquetRowGroupFilterEval(footer ParquetMetadata, exprStr String, canDropExpected RowsMatch) : void in class org.apache.drill.exec.store.parquet.TestParquetFilterPushDown |
From |
To |
|
Change Parameter Type canDropExpected : boolean to canDropExpected : RowsMatch in method private testParquetRowGroupFilterEval(footer ParquetMetadata, rowGroupIndex int, filterExpr LogicalExpression, canDropExpected RowsMatch) : void in class org.apache.drill.exec.store.parquet.TestParquetFilterPushDown |
From |
To |
|
Change Return Type boolean to RowsMatch in method public matches(evaluator RangeExprEvaluator<C>) : RowsMatch in class org.apache.drill.exec.expr.stat.ParquetComparisonPredicate |
From |
To |
|
Change Return Type boolean to RowsMatch in method public matches(expr LogicalExpression, columnStatisticsMap Map<SchemaPath,ColumnStatistics>, rowCount long, udfUtilities UdfUtilities, functionImplementationRegistry FunctionLookupContext) : RowsMatch in class org.apache.drill.exec.store.parquet.ParquetRGFilterEvaluator |
From |
To |
|
Change Return Type boolean to RowsMatch in method public evalFilter(expr LogicalExpression, footer ParquetMetadata, rowGroupIndex int, options OptionManager, fragmentContext FragmentContext, implicitColValues Map<String,String>) : RowsMatch in class org.apache.drill.exec.store.parquet.ParquetRGFilterEvaluator |
From |
To |
|
Change Return Type boolean to RowsMatch in method public evalFilter(expr LogicalExpression, footer ParquetMetadata, rowGroupIndex int, options OptionManager, fragmentContext FragmentContext) : RowsMatch in class org.apache.drill.exec.store.parquet.ParquetRGFilterEvaluator |
From |
To |