public interface BlockEncoding
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the unique name of this encoding.
|
Type |
getType()
Gets the type this encoding supports.
|
Block |
readBlock(io.airlift.slice.SliceInput input)
Read a block from the specified input.
|
void |
writeBlock(io.airlift.slice.SliceOutput sliceOutput,
Block block)
Write the specified block to the specified output
|
String getName()
Type getType()
Block readBlock(io.airlift.slice.SliceInput input)
void writeBlock(io.airlift.slice.SliceOutput sliceOutput,
Block block)
Copyright © 2012-2014. All Rights Reserved.