Package org.apache.iceberg.types
Class Conversions
java.lang.Object
org.apache.iceberg.types.Conversions
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> TfromByteBuffer(Type type, ByteBuffer buffer) static ObjectfromPartitionString(Type type, String asString) static ByteBuffertoByteBuffer(Type.TypeID typeId, Object value) static ByteBuffertoByteBuffer(Type type, Object value) 
- 
Method Details- 
fromPartitionString
- 
toByteBuffer
- 
toByteBuffer
- 
fromByteBuffer
 
-