Class BigIntegerCumProdOperator


public final class BigIntegerCumProdOperator extends BaseObjectUpdateByOperator<BigInteger>
  • Constructor Details

    • BigIntegerCumProdOperator

      public BigIntegerCumProdOperator(@NotNull @NotNull MatchPair inputPair, @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