public final class RepeatedVarBinaryHolder extends Object implements ValueHolder
Modifier and Type | Field and Description |
---|---|
int |
end
The last index (exclusive) into the Vector.
|
FieldReader |
reader |
int |
start
The first index (inclusive) into the Vector.
|
static TypeProtos.MajorType |
TYPE |
VarBinaryVector |
vector
The Vector holding the actual values.
|
Constructor and Description |
---|
RepeatedVarBinaryHolder() |
public static final TypeProtos.MajorType TYPE
public int start
public int end
public VarBinaryVector vector
public FieldReader reader
Copyright © 1970 The Apache Software Foundation. All rights reserved.