Class OrderedKeysToRowSequenceAdapter

java.lang.Object
io.deephaven.enterprise.compatibility.rowset.OrderedKeysToRowSequenceAdapter
All Implemented Interfaces:
RowSequence, LongSizedDataStructure, SafeCloseable, AutoCloseable

public class OrderedKeysToRowSequenceAdapter extends Object implements RowSequence
A Mutable adapter for converting OrderedKeys into a RowSequence. It is the responsibility of the creator to invoke close() when they are done with it.

This object does not take ownership of the delegate. It is the responsibility of the creator to close the delegate.