Interface IVectorFactory
public interface IVectorFactory
Definition of a factory that creates vector builders
-
Method Summary
Modifier and TypeMethodDescriptiongetMutableVector(ResolvedType type, int estimatedCapacity) Create a mutable vector for with provided type and estimated capacity.getTupleVectorBuilder(int estimatedCapacity) Create a builder for constructingTupleVector's
-
Method Details
-
getMutableVector
Create a mutable vector for with provided type and estimated capacity. -
getTupleVectorBuilder
Create a builder for constructingTupleVector's
-