Class RowSetCompatibility
java.lang.Object
io.deephaven.enterprise.compatibility.rowset.RowSetCompatibility
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.Index
convertToIndex
(@NotNull RowSet rowSet) static WritableRowSet
convertToRowSet
(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.Index index)
-
Constructor Details
-
RowSetCompatibility
public RowSetCompatibility()
-
-
Method Details
-
convertToIndex
public static io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.Index convertToIndex(@NotNull @NotNull RowSet rowSet) -
convertToRowSet
public static WritableRowSet convertToRowSet(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.Index index)
-