Package org.apache.drill.exec.physical.resultSet.model.hyper
package org.apache.drill.exec.physical.resultSet.model.hyper
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.
-
ClassDescriptionBase reader builder for a hyper-batch.Vector accessor used by the column accessors to obtain the vector for each column value.Infer the schema for a hyperbatch.