|
Change Parameter Type types : List<Type> to type : Type in method public SetBuilderOperatorFactory(operatorId int, type Type, setChannel int, hashChannel Optional<Integer>, expectedPositions int) in class com.facebook.presto.operator.SetBuilderOperator.SetBuilderOperatorFactory |
From |
To |
|
Change Parameter Type partitionChannels : int[] to partitionChannels : List<Integer> in method public HashPartitionMaskOperator(operatorContext OperatorContext, partition int, partitionCount int, types List<Type>, maskChannels List<Integer>, partitionChannels List<Integer>, hashChannel Optional<Integer>) in class com.facebook.presto.operator.HashPartitionMaskOperator |
From |
To |
|
Change Parameter Type maskChannels : int[] to maskChannels : List<Integer> in method public HashPartitionMaskOperator(operatorContext OperatorContext, partition int, partitionCount int, types List<Type>, maskChannels List<Integer>, partitionChannels List<Integer>, hashChannel Optional<Integer>) in class com.facebook.presto.operator.HashPartitionMaskOperator |
From |
To |
|
Change Parameter Type markDistinctChannels : int[] to markDistinctChannels : List<Integer> in method public MarkDistinctOperator(operatorContext OperatorContext, types List<Type>, markDistinctChannels List<Integer>, hashChannel Optional<Integer>) in class com.facebook.presto.operator.MarkDistinctOperator |
From |
To |