public class ColumnarArray extends Object
| Modifier and Type | Method and Description |
|---|---|
Block |
getElementsBlock() |
int |
getLength(int position) |
int |
getPositionCount() |
boolean |
isNull(int position) |
static ColumnarArray |
toColumnarArray(Block block) |
public static ColumnarArray toColumnarArray(Block block)
public int getPositionCount()
public boolean isNull(int position)
public int getLength(int position)
public Block getElementsBlock()
Copyright © 2012–2019. All rights reserved.