Interface BatchAccessor

All Known Implementing Classes:
IndirectContainerAccessor, VectorContainerAccessor

public interface BatchAccessor
Provides access to the row set (record batch) produced by an operator. Previously, a record batch was an operator. In this version, the row set is a service of the operator rather than being part of the operator.