| Package | Description |
|---|---|
| com.facebook.presto.common.block |
| 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.
|
static MapBlock |
MapBlock.fromKeyValueBlock(int positionCount,
Optional<boolean[]> mapIsNull,
int[] offsets,
Block keyBlock,
Block valueBlock)
Create a map block directly from columnar nulls, keys, values, and offsets into the keys and values.
|
Copyright © 2012–2022. All rights reserved.