public abstract class AbstractSingleRowSet extends AbstractRowSet implements RowSet.SingleRowSet
RowSet.ExtendableRowSet, RowSet.HyperRowSet, RowSet.HyperRowSetBuilder, RowSet.SingleRowSetcontainer, schema| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSingleRowSet(AbstractSingleRowSet rowSet) |
protected |
AbstractSingleRowSet(VectorContainer container,
TupleMetadata schema) |
| Modifier and Type | Method and Description |
|---|---|
protected RowSetReader |
buildReader(ReaderIndex rowIndex)
Internal method to build the set of column readers needed for
this row set.
|
long |
size()
Return the size in memory of this record set, including indirection
vectors, null vectors, offset vectors and the entire (used and unused)
data vectors.
|
allocator, batchSchema, clear, container, print, rowCount, schema, toString, vectorAccessibleclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSv2, toIndirect, toIndirectallocator, batchSchema, clear, container, indirectionType, isExtendable, isWritable, print, reader, rowCount, schema, vectorAccessibleprotected AbstractSingleRowSet(AbstractSingleRowSet rowSet)
protected AbstractSingleRowSet(VectorContainer container, TupleMetadata schema)
public long size()
RowSetsize in interface RowSetsize in class AbstractRowSetprotected RowSetReader buildReader(ReaderIndex rowIndex)
rowIndex - object that points to the current rowCopyright © 2022 The Apache Software Foundation. All rights reserved.