Package io.deephaven.engine.rowset.impl
Class ExternalizableRowSetUtils
java.lang.Object
io.deephaven.engine.rowset.impl.ExternalizableRowSetUtils
Utility methods used for writing/reading
RowSets
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RowSet
readExternalCompressedDelta
(@NotNull DataInput in) static void
writeExternalCompressedDeltas
(@NotNull DataOutput out, @NotNull RowSet rowSet) Write aRowSet
toout
.
-
Constructor Details
-
ExternalizableRowSetUtils
public ExternalizableRowSetUtils()
-
-
Method Details
-
writeExternalCompressedDeltas
public static void writeExternalCompressedDeltas(@NotNull @NotNull DataOutput out, @NotNull @NotNull RowSet rowSet) throws IOException Write aRowSet
toout
.- Parameters:
out
- The destinationrowSet
- The RowSet- Throws:
IOException
-
readExternalCompressedDelta
- Throws:
IOException
-