Uses of Class
org.apache.drill.exec.vector.RepeatedSmallIntVector
-
Uses of RepeatedSmallIntVector in org.apache.drill.exec.vector
Modifier and TypeMethodDescriptionvoid
RepeatedSmallIntVector.copyFrom
(int inIndex, int outIndex, RepeatedSmallIntVector v) void
RepeatedSmallIntVector.copyFromSafe
(int inIndex, int outIndex, RepeatedSmallIntVector v) void
RepeatedSmallIntVector.splitAndTransferTo
(int startIndex, int groups, RepeatedSmallIntVector to) void
RepeatedSmallIntVector.transferTo
(RepeatedSmallIntVector target) -
Uses of RepeatedSmallIntVector in org.apache.drill.exec.vector.complex.impl
ModifierConstructorDescriptionRepeatedSmallIntWriterImpl
(RepeatedSmallIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)