| Package | Description |
|---|---|
| com.facebook.presto.spi.block | |
| com.facebook.presto.spi.type |
| Modifier and Type | Field and Description |
|---|---|
protected FixedWidthType |
AbstractFixedWidthBlock.type |
| Modifier and Type | Method and Description |
|---|---|
FixedWidthType |
AbstractFixedWidthBlock.getType() |
| Modifier and Type | Method and Description |
|---|---|
static FixedWidthBlockUtil.FixedWidthBlockBuilderFactory |
FixedWidthBlockUtil.createIsolatedFixedWidthBlockBuilderFactory(FixedWidthType type) |
| Constructor and Description |
|---|
AbstractFixedWidthBlock(FixedWidthType type) |
FixedWidthBlock(FixedWidthType type,
int positionCount,
io.airlift.slice.Slice slice) |
FixedWidthBlockBuilder(FixedWidthType type,
BlockBuilderStatus blockBuilderStatus) |
FixedWidthBlockBuilder(FixedWidthType type,
int positionCount) |
FixedWidthBlockCursor(FixedWidthType type,
int positionCount,
io.airlift.slice.Slice slice) |
IsolatedFixedWidthBlockBuilderFactory(FixedWidthType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
BigintType |
class |
BooleanType |
class |
DateType |
class |
DoubleType |
class |
IntervalDayTimeType |
class |
IntervalYearMonthType |
class |
TimestampType |
class |
TimestampWithTimeZoneType |
class |
TimeType |
class |
TimeWithTimeZoneType |
Copyright © 2012-2014. All Rights Reserved.