Class RepeatedFloat8Holder
java.lang.Object
org.apache.drill.exec.expr.holders.RepeatedFloat8Holder
- All Implemented Interfaces:
ValueHolder
-
Field Summary
Modifier and TypeFieldDescriptionint
The last index (exclusive) into the Vector.int
The first index (inclusive) into the Vector.static final TypeProtos.MajorType
The Vector holding the actual values. -
Constructor Summary
-
Method Summary
-
Field Details
-
TYPE
-
start
public int startThe first index (inclusive) into the Vector. -
end
public int endThe last index (exclusive) into the Vector. -
vector
The Vector holding the actual values. -
reader
-
-
Constructor Details
-
RepeatedFloat8Holder
public RepeatedFloat8Holder()
-