Class LongCumProdOperator


public class LongCumProdOperator extends BaseLongUpdateByOperator
  • Constructor Details

    • LongCumProdOperator

      public LongCumProdOperator(@NotNull @NotNull MatchPair pair, @Nullable @Nullable RowRedirection rowRedirection)
  • Method Details

    • makeUpdateContext

      @NotNull public UpdateByOperator.Context makeUpdateContext(int affectedChunkSize, int influencerChunkSize)
      Description copied from class: UpdateByOperator
      Make an UpdateByOperator.Context suitable for use with updates.
      Specified by:
      makeUpdateContext in class UpdateByOperator
      Parameters:
      affectedChunkSize - The maximum size of affected chunks that will be provided during the update.
      influencerChunkSize - The maximum size of influencer chunks that will be provided during the update.
      Returns:
      a new context