public class ColumnarArray extends Object
| Modifier and Type | Method and Description |
|---|---|
Block |
getElementsBlock() |
long |
getEstimatedSerializedSizeInBytes() |
int |
getLength(int position) |
Block |
getNullCheckBlock() |
int |
getOffset(int position) |
int |
getPositionCount() |
long |
getRetainedSizeInBytes() |
boolean |
isNull(int position) |
static ColumnarArray |
toColumnarArray(Block block) |
String |
toString() |
public static ColumnarArray toColumnarArray(Block block)
public int getPositionCount()
public boolean isNull(int position)
public int getLength(int position)
public int getOffset(int position)
public Block getElementsBlock()
public Block getNullCheckBlock()
public long getRetainedSizeInBytes()
public long getEstimatedSerializedSizeInBytes()
Copyright © 2012–2022. All rights reserved.