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