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 ColumnPartSerde
public void write(WritableByteChannel channel) throws IOException
write
in interface ColumnPartSerde
IOException
public ColumnPartSerde read(ByteBuffer buffer, ColumnBuilder builder, ColumnConfig columnConfig)
read
in interface ColumnPartSerde
Copyright © 2011–2015. All rights reserved.