public class BinaryVectorAccessor extends QueryJDBCAccessor
wasNull, wasNullConsumer| Constructor and Description |
|---|
BinaryVectorAccessor(org.apache.arrow.vector.FixedSizeBinaryVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer) |
BinaryVectorAccessor(org.apache.arrow.vector.LargeVarBinaryVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer) |
BinaryVectorAccessor(org.apache.arrow.vector.VarBinaryVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
Object |
getObject() |
Class<?> |
getObjectClass() |
String |
getString() |
getArray, getAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getCharacterStream, getClob, getCurrentRow, getDate, getDouble, getFloat, getInt, getLong, getNCharacterStream, getNClob, getNString, getObject, getObject, getRef, getShort, getSQLXML, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullpublic BinaryVectorAccessor(org.apache.arrow.vector.FixedSizeBinaryVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer)
public BinaryVectorAccessor(org.apache.arrow.vector.VarBinaryVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer)
public BinaryVectorAccessor(org.apache.arrow.vector.LargeVarBinaryVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer)
public byte[] getBytes()
getBytes in interface org.apache.calcite.avatica.util.Cursor.AccessorgetBytes in class QueryJDBCAccessorpublic Object getObject()
getObject in interface org.apache.calcite.avatica.util.Cursor.AccessorgetObject in class QueryJDBCAccessorpublic Class<?> getObjectClass()
getObjectClass in class QueryJDBCAccessorpublic String getString()
getString in interface org.apache.calcite.avatica.util.Cursor.AccessorgetString in class QueryJDBCAccessorCopyright © 2025. All rights reserved.