public class ArrowColumnVector extends Object
| Constructor and Description |
|---|
ArrowColumnVector(org.apache.arrow.vector.ValueVector vector) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
byte[] |
getBinary(int rowId) |
boolean |
getBoolean(int rowId) |
byte |
getByte(int rowId) |
BigDecimal |
getDecimal(int rowId) |
BigDecimal |
getDecimal(int rowId,
int precision,
int scale) |
double |
getDouble(int rowId) |
float |
getFloat(int rowId) |
int |
getInt(int rowId) |
long |
getLong(int rowId) |
short |
getShort(int rowId) |
String |
getString(int rowId) |
org.apache.arrow.vector.ValueVector |
getValueVector() |
boolean |
hasNull() |
boolean |
isNullAt(int rowId) |
int |
numNulls() |
public ArrowColumnVector(org.apache.arrow.vector.ValueVector vector)
public org.apache.arrow.vector.ValueVector getValueVector()
public boolean hasNull()
public int numNulls()
public void close()
public boolean isNullAt(int rowId)
public boolean getBoolean(int rowId)
public byte getByte(int rowId)
public short getShort(int rowId)
public int getInt(int rowId)
public long getLong(int rowId)
public float getFloat(int rowId)
public double getDouble(int rowId)
public BigDecimal getDecimal(int rowId, int precision, int scale)
public BigDecimal getDecimal(int rowId)
public String getString(int rowId)
public byte[] getBinary(int rowId)
Copyright © 2023 The Apache Software Foundation. All rights reserved.