Package org.apache.drill.exec.physical.impl.protocol


package org.apache.drill.exec.physical.impl.protocol
Defines a revised implementation of the Drill RecordBatch protocol. This version separates concerns into specific classes, and creates as single "shim" class to implement the iterator protocol, deferring to specific classes as needed.

This version is an eventual successor to the original implementation which used the "kitchen sink" pattern to combine all functionality into s single, large record batch implementation.