public class ColumnarMap extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getAbsoluteOffset(int position) |
int |
getEntryCount(int position) |
long |
getEstimatedSerializedSizeInBytes() |
int[] |
getHashTables() |
Block |
getKeysBlock() |
Block |
getNullCheckBlock() |
int |
getOffset(int position) |
int |
getPositionCount() |
long |
getRetainedSizeInBytes() |
Block |
getValuesBlock() |
boolean |
isNull(int position) |
static ColumnarMap |
toColumnarMap(Block block) |
String |
toString() |
public static ColumnarMap toColumnarMap(Block block)
public int getPositionCount()
public boolean isNull(int position)
public int getEntryCount(int position)
public int getOffset(int position)
public int getAbsoluteOffset(int position)
public Block getKeysBlock()
public Block getValuesBlock()
public Block getNullCheckBlock()
@Nullable public int[] getHashTables()
public long getRetainedSizeInBytes()
public long getEstimatedSerializedSizeInBytes()
Copyright © 2012–2022. All rights reserved.