Package io.trino.plugin.accumulo.model
Class WrappedRange
java.lang.Object
io.trino.plugin.accumulo.model.WrappedRange
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic WrappedRangefromBytes(byte[] bytes) org.apache.accumulo.core.data.RangegetRange()byte[]toBytes()
-
Constructor Details
-
WrappedRange
public WrappedRange(org.apache.accumulo.core.data.Range range)
-
-
Method Details
-
getRange
public org.apache.accumulo.core.data.Range getRange() -
toBytes
- Throws:
IOException
-
fromBytes
- Throws:
IOException
-