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.
-
ClassDescriptionInterface for dumping object state in a hierarchical fashion during debugging.Prints a complex object structure in a quasi-JSON format for use in debugging.Handy tool to visualize string and offset vectors for debugging.