public class LargeListVectorAccessor extends BaseListVectorAccessor
BaseListVectorAccessor.VectorProviderwasNull, wasNullConsumer| Constructor and Description |
|---|
LargeListVectorAccessor(org.apache.arrow.vector.complex.LargeListVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.arrow.vector.FieldVector |
getDataVector() |
protected long |
getEndOffset(int index) |
Object |
getObject() |
protected long |
getStartOffset(int index) |
protected boolean |
isNull(int index) |
getArray, getListObject, getObjectClassgetAsciiStream, getBigDecimal, getBigDecimal, getBinaryStream, getBlob, getBoolean, getByte, getBytes, getCharacterStream, getClob, getCurrentRow, getDate, getDouble, getFloat, getInt, getLong, getNCharacterStream, getNClob, getNString, getObject, getObject, getRef, getShort, getSQLXML, getString, getStruct, getTime, getTimestamp, getUnicodeStream, getURL, wasNullpublic LargeListVectorAccessor(org.apache.arrow.vector.complex.LargeListVector vector,
IntSupplier currentRowSupplier,
QueryJDBCAccessorFactory.WasNullConsumer wasNullConsumer)
public Object getObject() throws SQLException
getObject in interface org.apache.calcite.avatica.util.Cursor.AccessorgetObject in class QueryJDBCAccessorSQLExceptionprotected long getStartOffset(int index)
getStartOffset in class BaseListVectorAccessorprotected long getEndOffset(int index)
getEndOffset in class BaseListVectorAccessorprotected org.apache.arrow.vector.FieldVector getDataVector()
getDataVector in class BaseListVectorAccessorprotected boolean isNull(int index)
isNull in class BaseListVectorAccessorCopyright © 2025. All rights reserved.