Class SqlVarbinary
java.lang.Object
io.trino.spi.type.SqlVarbinary
- All Implemented Interfaces:
Comparable<SqlVarbinary>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SqlVarbinary
public SqlVarbinary(byte[] bytes)
-
-
Method Details
-
compareTo
- Specified by:
compareToin interfaceComparable<SqlVarbinary>
-
getBytes
public byte[] getBytes() -
hashCode
-
equals
-
toString
-