Class ExternalizableRowSetUtils

java.lang.Object
io.deephaven.engine.rowset.impl.ExternalizableRowSetUtils

public class ExternalizableRowSetUtils extends Object
Utility methods used for writing/reading RowSets.
  • Constructor Details

    • ExternalizableRowSetUtils

      public ExternalizableRowSetUtils()
  • Method Details

    • writeExternalCompressedDeltas

      public static void writeExternalCompressedDeltas(@NotNull @NotNull DataOutput out, @NotNull @NotNull RowSet rowSet) throws IOException
      Write a RowSet to out.
      Parameters:
      out - The destination
      rowSet - The RowSet
      Throws:
      IOException
    • readExternalCompressedDelta

      public static RowSet readExternalCompressedDelta(@NotNull @NotNull DataInput in) throws IOException
      Throws:
      IOException