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