| Package | Description |
|---|---|
| com.facebook.presto.spi.block |
| Modifier and Type | Field and Description |
|---|---|
static BlockEncodingFactory<InterleavedBlockEncoding> |
InterleavedBlockEncoding.FACTORY |
| Modifier and Type | Method and Description |
|---|---|
protected InterleavedBlockEncoding |
AbstractInterleavedBlock.computeBlockEncoding()
Can only be called after the child class is initialized enough that getBlock will return the right value
|
InterleavedBlockEncoding |
InterleavedBlockBuilder.getEncoding() |
InterleavedBlockEncoding |
InterleavedBlock.getEncoding() |
abstract InterleavedBlockEncoding |
AbstractInterleavedBlock.getEncoding() |
InterleavedBlockEncoding |
InterleavedBlockEncoding.InterleavedBlockEncodingFactory.readEncoding(TypeManager manager,
BlockEncodingSerde serde,
io.airlift.slice.SliceInput input) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterleavedBlockEncoding.InterleavedBlockEncodingFactory.writeEncoding(BlockEncodingSerde serde,
io.airlift.slice.SliceOutput output,
InterleavedBlockEncoding blockEncoding) |
Copyright © 2012-2016. All Rights Reserved.