public class ColumnarMap extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getEntryCount(int position) |
Block |
getKeysBlock() |
int |
getPositionCount() |
Block |
getValuesBlock() |
boolean |
isNull(int position) |
static ColumnarMap |
toColumnarMap(Block block) |
public static ColumnarMap toColumnarMap(Block block)
public int getPositionCount()
public boolean isNull(int position)
public int getEntryCount(int position)
public Block getKeysBlock()
public Block getValuesBlock()
Copyright © 2012–2019. All rights reserved.