Package org.duckdb
Class DuckDBReadableVector
java.lang.Object
org.duckdb.DuckDBReadableVector
-
Method Summary
Modifier and TypeMethodDescriptiongetBigDecimal(long row) booleangetBoolean(long row) booleangetBoolean(long row, boolean defaultValue) bytegetByte(long row) bytegetByte(long row, byte defaultValue) getDate(long row) doublegetDouble(long row) doublegetDouble(long row, double defaultValue) floatgetFloat(long row) floatgetFloat(long row, float defaultValue) getHugeInt(long row) intgetInt(long row) intgetInt(long row, int defaultValue) getLocalDate(long row) getLocalDateTime(long row) longgetLong(long row) longgetLong(long row, long defaultValue) getOffsetDateTime(long row) shortgetShort(long row) shortgetShort(long row, short defaultValue) getString(long row) getTimestamp(long row) getType()getUHugeInt(long row) intgetUint16(long row) intgetUint16(long row, int defaultValue) longgetUint32(long row) longgetUint32(long row, long defaultValue) getUint64(long row) shortgetUint8(long row) shortgetUint8(long row, short defaultValue) booleanisNull(long row) longrowCount()stream()
-
Method Details
-
getType
-
rowCount
public long rowCount() -
stream
-
isNull
public boolean isNull(long row) -
getBoolean
public boolean getBoolean(long row) -
getBoolean
public boolean getBoolean(long row, boolean defaultValue) -
getByte
public byte getByte(long row) -
getByte
public byte getByte(long row, byte defaultValue) -
getUint8
public short getUint8(long row) -
getUint8
public short getUint8(long row, short defaultValue) -
getShort
public short getShort(long row) -
getShort
public short getShort(long row, short defaultValue) -
getUint16
public int getUint16(long row) -
getUint16
public int getUint16(long row, int defaultValue) -
getInt
public int getInt(long row) -
getInt
public int getInt(long row, int defaultValue) -
getUint32
public long getUint32(long row) -
getUint32
public long getUint32(long row, long defaultValue) -
getLong
public long getLong(long row) -
getLong
public long getLong(long row, long defaultValue) -
getUint64
-
getHugeInt
-
getUHugeInt
-
getFloat
public float getFloat(long row) -
getFloat
public float getFloat(long row, float defaultValue) -
getDouble
public double getDouble(long row) -
getDouble
public double getDouble(long row, double defaultValue) -
getBigDecimal
-
getLocalDate
-
getDate
-
getLocalDateTime
-
getTimestamp
-
getOffsetDateTime
-
getString
-