public final class ColumnData extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SIZE |
| Constructor and Description |
|---|
ColumnData(int[] offset,
io.airlift.slice.Slice slice) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength(int position) |
int |
getOffset(int position) |
io.airlift.slice.Slice |
getSlice() |
int |
rowCount() |
public static final int MAX_SIZE
Copyright © 2012–2023. All rights reserved.