Class RowSetCompatibility
java.lang.Object
io.deephaven.enterprise.compatibility.rowset.RowSetCompatibility
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.IndexconvertToIndex(@NotNull RowSet rowSet) static WritableRowSetconvertToRowSet(@NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.ReadOnlyIndex index) 
- 
Constructor Details- 
RowSetCompatibilitypublic RowSetCompatibility()
 
- 
- 
Method Details- 
convertToIndexpublic static io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.Index convertToIndex(@NotNull @NotNull RowSet rowSet) 
- 
convertToRowSetpublic static WritableRowSet convertToRowSet(@NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.utils.ReadOnlyIndex index) 
 
-