Class CumProdSpec

java.lang.Object
io.deephaven.api.updateby.spec.UpdateBySpecBase
io.deephaven.api.updateby.spec.CumProdSpec
All Implemented Interfaces:
UpdateBySpec

@Immutable public abstract class CumProdSpec extends UpdateBySpecBase
A UpdateBySpec for performing a Cumulative Product of the specified columns.
  • Constructor Details

    • CumProdSpec

      public CumProdSpec()
  • Method Details

    • of

      public static CumProdSpec of()
    • applicableTo

      public final boolean applicableTo(Class<?> inputType)
      Description copied from interface: UpdateBySpec
      Determine if this spec can be applied to the specified type
      Parameters:
      inputType - the specified input type
      Returns:
      true if this spec can be applied to the specified input type
    • walk

      public final <T> T walk(UpdateBySpec.Visitor<T> visitor)