Uses of Class
org.apache.drill.exec.vector.RepeatedSmallIntVector
Packages that use RepeatedSmallIntVector
-
Uses of RepeatedSmallIntVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type RepeatedSmallIntVectorModifier and TypeMethodDescriptionvoidRepeatedSmallIntVector.copyFrom(int inIndex, int outIndex, RepeatedSmallIntVector v) voidRepeatedSmallIntVector.copyFromSafe(int inIndex, int outIndex, RepeatedSmallIntVector v) voidRepeatedSmallIntVector.splitAndTransferTo(int startIndex, int groups, RepeatedSmallIntVector to) voidRepeatedSmallIntVector.transferTo(RepeatedSmallIntVector target) -
Uses of RepeatedSmallIntVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type RepeatedSmallIntVectorModifierConstructorDescriptionRepeatedSmallIntWriterImpl(RepeatedSmallIntVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)