public class StringColumn extends java.lang.Object implements ArrowColumn<Text>
Constructor and Description |
---|
StringColumn(VarCharVector stringVector) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(Text value) |
long |
currentSize() |
Text |
get(int index) |
FieldVector |
getVector() |
public void addValue(Text value)
addValue
in interface ArrowColumn<Text>
public FieldVector getVector()
getVector
in interface ArrowColumn<Text>
public Text get(int index)
get
in interface ArrowColumn<Text>
public long currentSize()
currentSize
in interface ArrowColumn<Text>