| Package | Description |
|---|---|
| com.facebook.presto.common.block | |
| com.facebook.presto.common.type |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractMapBlock.HashTables |
MapBlockBuilder.getHashTables() |
protected AbstractMapBlock.HashTables |
MapBlock.getHashTables() |
protected abstract AbstractMapBlock.HashTables |
AbstractMapBlock.getHashTables() |
| Modifier and Type | Method and Description |
|---|---|
static MapBlock |
MapBlock.createMapBlockInternal(int startOffset,
int positionCount,
Optional<boolean[]> mapIsNull,
int[] offsets,
Block keyBlock,
Block valueBlock,
AbstractMapBlock.HashTables hashTables)
Create a map block directly without per element validations.
|
| Modifier and Type | Method and Description |
|---|---|
static Block |
MapType.createMapBlockInternal(int startOffset,
int positionCount,
Optional<boolean[]> mapIsNull,
int[] offsets,
Block keyBlock,
Block valueBlock,
AbstractMapBlock.HashTables hashTables)
Create a map block directly without per element validations.
|
Copyright © 2012–2022. All rights reserved.