Uses of Class
org.apache.drill.exec.vector.RepeatedDateVector
Packages that use RepeatedDateVector
-
Uses of RepeatedDateVector in org.apache.drill.exec.vector
Methods in org.apache.drill.exec.vector with parameters of type RepeatedDateVectorModifier and TypeMethodDescriptionvoidRepeatedDateVector.copyFrom(int inIndex, int outIndex, RepeatedDateVector v) voidRepeatedDateVector.copyFromSafe(int inIndex, int outIndex, RepeatedDateVector v) voidRepeatedDateVector.splitAndTransferTo(int startIndex, int groups, RepeatedDateVector to) voidRepeatedDateVector.transferTo(RepeatedDateVector target) -
Uses of RepeatedDateVector in org.apache.drill.exec.vector.complex.impl
Constructors in org.apache.drill.exec.vector.complex.impl with parameters of type RepeatedDateVectorModifierConstructorDescriptionRepeatedDateWriterImpl(RepeatedDateVector vector, org.apache.drill.exec.vector.complex.impl.AbstractFieldWriter parent)