public interface VectorAccessor
| Modifier and Type | Method and Description |
|---|---|
void |
bind(ColumnReaderIndex index) |
boolean |
isHyper() |
TypeProtos.MajorType |
type() |
<T extends ValueVector> |
vector() |
boolean isHyper()
TypeProtos.MajorType type()
void bind(ColumnReaderIndex index)
<T extends ValueVector> T vector()
Copyright © 2021 The Apache Software Foundation. All rights reserved.