public static class VectorAccessors.SingleVectorAccessor extends Object implements VectorAccessor
Constructor and Description |
---|
SingleVectorAccessor(ValueVector vector) |
Modifier and Type | Method and Description |
---|---|
void |
bind(ColumnReaderIndex index) |
boolean |
isHyper() |
TypeProtos.MajorType |
type() |
<T extends ValueVector> |
vector() |
public SingleVectorAccessor(ValueVector vector)
public boolean isHyper()
isHyper
in interface VectorAccessor
public void bind(ColumnReaderIndex index)
bind
in interface VectorAccessor
public TypeProtos.MajorType type()
type
in interface VectorAccessor
public <T extends ValueVector> T vector()
vector
in interface VectorAccessor
Copyright © 1970 The Apache Software Foundation. All rights reserved.