Package org.apache.druid.segment.data
Interface ColumnarFloatsSerializer
-
- All Superinterfaces:
Serializer
- All Known Implementing Classes:
BlockLayoutColumnarFloatsSerializer,EntireLayoutColumnarFloatsSerializer
public interface ColumnarFloatsSerializer extends Serializer
Serializer that producesColumnarFloats.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(float value)voidopen()intsize()-
Methods inherited from interface org.apache.druid.segment.serde.Serializer
getSerializedSize, writeTo
-
-
-
-
Method Detail
-
open
void open() throws IOException
- Throws:
IOException
-
size
int size()
-
add
void add(float value) throws IOException
- Throws:
IOException
-
-