public class RunLengthEncoding extends Object implements CompressionScheme, scala.Product, scala.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
RunLengthEncoding.Decoder<T extends NativeType> |
static class |
RunLengthEncoding.Encoder<T extends NativeType> |
Constructor and Description |
---|
RunLengthEncoding() |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType> |
decoder(java.nio.ByteBuffer buffer,
NativeColumnType<T> columnType) |
static <T extends NativeType> |
encoder(NativeColumnType<T> columnType) |
static boolean |
supports(ColumnType<?,?> columnType) |
static int |
typeId() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
decoder, encoder, supports, typeId
public static int typeId()
public static <T extends NativeType> RunLengthEncoding.Encoder<T> encoder(NativeColumnType<T> columnType)
public static <T extends NativeType> RunLengthEncoding.Decoder<T> decoder(java.nio.ByteBuffer buffer, NativeColumnType<T> columnType)
public static boolean supports(ColumnType<?,?> columnType)