| Package | Description |
|---|---|
| com.facebook.presto.spi.block | |
| com.facebook.presto.spi.type |
| Modifier and Type | Field and Description |
|---|---|
protected VariableWidthType |
AbstractVariableWidthBlock.type |
| Constructor and Description |
|---|
AbstractVariableWidthBlock(VariableWidthType type) |
VariableWidthBlock(VariableWidthType type,
int positionCount,
io.airlift.slice.Slice slice,
int[] offsets) |
VariableWidthBlockBuilder(VariableWidthType type,
BlockBuilderStatus blockBuilderStatus) |
VariableWidthCursor(VariableWidthType type,
int positionCount,
io.airlift.slice.Slice slice,
int[] offsets) |
| Modifier and Type | Class and Description |
|---|---|
class |
HyperLogLogType |
class |
VarbinaryType |
class |
VarcharType |
Copyright © 2012-2014. All Rights Reserved.