Package org.apache.iceberg.types
Class Conversions
- java.lang.Object
- 
- org.apache.iceberg.types.Conversions
 
- 
 public class Conversions extends java.lang.Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TfromByteBuffer(Type type, java.nio.ByteBuffer buffer)static java.lang.ObjectfromPartitionString(Type type, java.lang.String asString)static java.nio.ByteBuffertoByteBuffer(Type.TypeID typeId, java.lang.Object value)static java.nio.ByteBuffertoByteBuffer(Type type, java.lang.Object value)
 
- 
- 
- 
Method Detail- 
fromPartitionStringpublic static java.lang.Object fromPartitionString(Type type, java.lang.String asString) 
 - 
toByteBufferpublic static java.nio.ByteBuffer toByteBuffer(Type type, java.lang.Object value) 
 - 
toByteBufferpublic static java.nio.ByteBuffer toByteBuffer(Type.TypeID typeId, java.lang.Object value) 
 - 
fromByteBufferpublic static <T> T fromByteBuffer(Type type, java.nio.ByteBuffer buffer) 
 
- 
 
-