Package org.apache.drill.exec.vector.accessor.impl


package org.apache.drill.exec.vector.accessor.impl
Provides implementations of the API defined in the parent package. For the most part, code here provides base classes for the generated accessors. The code here implements the common bits, so that the generated code can be as simple as possible. While there may be some slight performance benefits from repeated code, this code is designed for testing, so simplicity is more important that the last tiny bit of performance.