public interface Getters
isNullAt(int) must be checked before attempting to
retrieve a nullable value.| Modifier and Type | Method and Description |
|---|---|
default Object |
get(int ordinal,
org.apache.arrow.vector.types.pojo.Field field) |
ArrayData |
getArray(int ordinal) |
byte[] |
getBinary(int ordinal) |
boolean |
getBoolean(int ordinal) |
MemoryBuffer |
getBuffer(int ordinal) |
byte |
getByte(int ordinal) |
int |
getDate(int ordinal) |
BigDecimal |
getDecimal(int ordinal) |
float |
getFloat32(int ordinal) |
double |
getFloat64(int ordinal) |
short |
getInt16(int ordinal) |
int |
getInt32(int ordinal) |
long |
getInt64(int ordinal) |
MapData |
getMap(int ordinal) |
String |
getString(int ordinal) |
Row |
getStruct(int ordinal) |
long |
getTimestamp(int ordinal) |
boolean |
isNullAt(int ordinal) |
boolean isNullAt(int ordinal)
boolean getBoolean(int ordinal)
byte getByte(int ordinal)
short getInt16(int ordinal)
int getInt32(int ordinal)
long getInt64(int ordinal)
float getFloat32(int ordinal)
double getFloat64(int ordinal)
BigDecimal getDecimal(int ordinal)
int getDate(int ordinal)
long getTimestamp(int ordinal)
String getString(int ordinal)
byte[] getBinary(int ordinal)
MemoryBuffer getBuffer(int ordinal)
Row getStruct(int ordinal)
ArrayData getArray(int ordinal)
MapData getMap(int ordinal)
default Object get(int ordinal, org.apache.arrow.vector.types.pojo.Field field)
Copyright © 2023-2024, The Apache Software Foundation. Apache Fury™, Fury™, and Apache are either registered trademarks or trademarks of the Apache Software Foundation.