Skip navigation links

Package org.apache.drill.exec.physical.resultSet.model.hyper

Implementation of a row set model for hyper-batches.

See: Description

Package org.apache.drill.exec.physical.resultSet.model.hyper Description

Implementation of a row set model for hyper-batches. A hyper batch is one that contains a list of batches. The batch is logically comprised of "hyper-vectors" which are the individual vectors from each batch stacked "end-to-end."

Hyper batches allow only reading. So, the only services here are to parse a hyper-container into a row set model, then use that model to create a matching set of readers.

Skip navigation links

Copyright © 1970 The Apache Software Foundation. All rights reserved.