public class VarCharVectorAccessor extends QueryJDBCAccessor
wasNull, wasNullConsumer| Constructor and Description |
|---|
VarCharVectorAccessor(org.apache.arrow.vector.LargeVarCharVector vector,
IntSupplier currenRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer) |
VarCharVectorAccessor(org.apache.arrow.vector.VarCharVector vector,
IntSupplier currenRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
String |
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 VarCharVectorAccessor(org.apache.arrow.vector.VarCharVector vector,
IntSupplier currenRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer)
public VarCharVectorAccessor(org.apache.arrow.vector.LargeVarCharVector vector,
IntSupplier currenRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer)
public Class<?> getObjectClass()
getObjectClass in class QueryJDBCAccessorpublic byte[] getBytes()
getBytes in interface org.apache.calcite.avatica.util.Cursor.AccessorgetBytes in class QueryJDBCAccessorpublic String getString()
getString in interface org.apache.calcite.avatica.util.Cursor.AccessorgetString in class QueryJDBCAccessorpublic String getObject()
getObject in interface org.apache.calcite.avatica.util.Cursor.AccessorgetObject in class QueryJDBCAccessorCopyright © 2025. All rights reserved.