Interface IVectorFactory


public interface IVectorFactory
Definition of a factory that creates vector builders
  • Method Details

    • getMutableVector

      MutableValueVector getMutableVector(ResolvedType type, int estimatedCapacity)
      Create a mutable vector for with provided type and estimated capacity.
    • getTupleVectorBuilder

      ITupleVectorBuilder getTupleVectorBuilder(int estimatedCapacity)
      Create a builder for constructing TupleVector's