|
Change Parameter Type outputFunction : MethodHandle to outputFunction : UnaryFunctionInterface in method public reduce(inputType Type, block Block, initialIntermediateValue Object, inputFunction BinaryFunctionInterface, outputFunction UnaryFunctionInterface) : Object in class com.facebook.presto.operator.scalar.ArrayReduceFunction |
From |
To |
|
Change Parameter Type function : MethodHandle to function : BinaryFunctionInterface in method public zipWith(leftElementType Type, rightElementType Type, outputElementType Type, leftBlock Block, rightBlock Block, function BinaryFunctionInterface) : Block in class com.facebook.presto.operator.scalar.ZipWithFunction |
From |
To |
|
Change Parameter Type inputFunction : MethodHandle to inputFunction : BinaryFunctionInterface in method public reduce(inputType Type, block Block, initialIntermediateValue Object, inputFunction BinaryFunctionInterface, outputFunction UnaryFunctionInterface) : Object in class com.facebook.presto.operator.scalar.ArrayReduceFunction |
From |
To |