Package | Description |
---|---|
org.apache.drill.exec.vector.accessor |
Provides a light-weight, simplified set of column readers and writers that
can be plugged into a variety of row-level readers and writers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSqlAccessor |
class |
BoundCheckingAccessor
A decorating accessor that returns null for indices that is beyond underlying vector's capacity.
|
class |
GenericAccessor |
class |
UnionSqlAccessor |
Constructor and Description |
---|
BoundCheckingAccessor(ValueVector vector,
SqlAccessor inner) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.