Class AddOnlyToBlinkTableAdapter

java.lang.Object
io.deephaven.engine.table.impl.AddOnlyToBlinkTableAdapter

public final class AddOnlyToBlinkTableAdapter extends Object
This class provides a single method to adapt an add-only or append-only table to a blink table.
  • Constructor Details

    • AddOnlyToBlinkTableAdapter

      public AddOnlyToBlinkTableAdapter()
  • Method Details

    • toBlink

      public static Table toBlink(@NotNull @NotNull Table table)
      Convert an add-only or append-only table to a blink table. The callee must guarantee that the passed in table is refreshing and only delivers additions in its updates.
      Parameters:
      table - An add-only or append-only table
      Returns:
      A blink table based on the input table