| Package | Description |
|---|---|
| com.facebook.presto.common.block | |
| com.facebook.presto.common.type |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Block |
interface |
BlockBuilder |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractArrayBlock |
class |
AbstractMapBlock |
class |
AbstractRowBlock |
class |
AbstractSingleArrayBlock |
class |
AbstractSingleMapBlock |
class |
AbstractSingleRowBlock |
class |
AbstractVariableWidthBlock |
class |
AbstractVariableWidthBlockBuilder |
class |
ArrayBlock |
class |
ArrayBlockBuilder |
class |
ByteArrayBlock |
class |
ByteArrayBlockBuilder |
class |
DictionaryBlock |
class |
Int128ArrayBlock |
class |
Int128ArrayBlockBuilder |
class |
IntArrayBlock |
class |
IntArrayBlockBuilder |
class |
LazyBlock |
class |
LongArrayBlock |
class |
LongArrayBlockBuilder |
class |
MapBlock |
class |
MapBlockBuilder |
class |
RowBlock |
class |
RowBlockBuilder |
class |
RunLengthEncodedBlock |
class |
ShortArrayBlock |
class |
ShortArrayBlockBuilder |
class |
SingleArrayBlockWriter |
class |
SingleMapBlock |
class |
SingleMapBlockWriter |
class |
SingleRowBlock |
class |
SingleRowBlockWriter |
class |
VariableWidthBlock |
class |
VariableWidthBlockBuilder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TypeWithName.getBooleanUnchecked(UncheckedBlock block,
int internalPosition) |
boolean |
Type.getBooleanUnchecked(UncheckedBlock block,
int internalPosition)
Gets the value at the
block internalPosition - offsetBase as a boolean
without boundary checks. |
boolean |
FunctionType.getBooleanUnchecked(UncheckedBlock block,
int internalPosition) |
boolean |
DistinctType.getBooleanUnchecked(UncheckedBlock block,
int internalPosition) |
boolean |
BooleanType.getBooleanUnchecked(UncheckedBlock block,
int internalPosition) |
boolean |
AbstractType.getBooleanUnchecked(UncheckedBlock block,
int internalPosition) |
double |
TypeWithName.getDoubleUnchecked(UncheckedBlock block,
int internalPosition) |
double |
Type.getDoubleUnchecked(UncheckedBlock block,
int internalPosition)
Gets the value at the
block internalPosition - offsetBase as a double
without boundary checks. |
double |
FunctionType.getDoubleUnchecked(UncheckedBlock block,
int internalPosition) |
double |
DoubleType.getDoubleUnchecked(UncheckedBlock block,
int internalPosition) |
double |
DistinctType.getDoubleUnchecked(UncheckedBlock block,
int internalPosition) |
double |
AbstractType.getDoubleUnchecked(UncheckedBlock block,
int internalPosition) |
long |
TypeWithName.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
Type.getLongUnchecked(UncheckedBlock block,
int internalPosition)
Gets the value at the
block internalPosition - offsetBase as a long
without boundary checks. |
long |
TinyintType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
SmallintType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
FunctionType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
DistinctType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
AbstractType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
AbstractLongType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
long |
AbstractIntType.getLongUnchecked(UncheckedBlock block,
int internalPosition) |
Copyright © 2012–2022. All rights reserved.