public class FloatGenericColumnPartSerde extends Object implements ColumnPartSerde
| Constructor and Description |
|---|
FloatGenericColumnPartSerde(CompressedFloatsIndexedSupplier compressedFloats,
ByteOrder byteOrder) |
| Modifier and Type | Method and Description |
|---|---|
static FloatGenericColumnPartSerde |
createDeserializer(ByteOrder byteOrder) |
ByteOrder |
getByteOrder() |
long |
numBytes() |
ColumnPartSerde |
read(ByteBuffer buffer,
ColumnBuilder builder,
ColumnConfig columnConfig) |
void |
write(WritableByteChannel channel) |
public FloatGenericColumnPartSerde(CompressedFloatsIndexedSupplier compressedFloats, ByteOrder byteOrder)
public static FloatGenericColumnPartSerde createDeserializer(ByteOrder byteOrder)
public ByteOrder getByteOrder()
public long numBytes()
numBytes in interface ColumnPartSerdepublic void write(WritableByteChannel channel) throws IOException
write in interface ColumnPartSerdeIOExceptionpublic ColumnPartSerde read(ByteBuffer buffer, ColumnBuilder builder, ColumnConfig columnConfig)
read in interface ColumnPartSerdeCopyright © 2011–2015. All rights reserved.