Class FillBySpec

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

@Immutable public abstract class FillBySpec extends UpdateBySpecBase
A UpdateBySpec for performing a forward fill of the specified columns.
  • Constructor Details

    • FillBySpec

      public FillBySpec()
  • Method Details

    • of

      public static FillBySpec 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)