Class AbstractRowSet

java.lang.Object
org.apache.drill.exec.physical.rowSet.AbstractRowSet
All Implemented Interfaces:
RowSet
Direct Known Subclasses:
AbstractSingleRowSet, HyperRowSetImpl

public abstract class AbstractRowSet extends Object implements RowSet
Basic implementation of a row set for both the single and multiple (hyper) varieties, both the fixed and extensible varieties.