public class ColumnChunk extends Object
| Constructor and Description |
|---|
ColumnChunk(com.facebook.presto.common.block.Block block,
int[] definitionLevels,
int[] repetitionLevels) |
| Modifier and Type | Method and Description |
|---|---|
com.facebook.presto.common.block.Block |
getBlock() |
int[] |
getDefinitionLevels() |
int[] |
getRepetitionLevels() |
Copyright © 2012–2023. All rights reserved.