Interface ArrowBufVectorConstructor<V extends Vector>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface ArrowBufVectorConstructor<V extends Vector>
Constructor for a vector backed by Arrow buffers. See @AbstractArrowBufVector for additional details.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(org.apache.arrow.memory.ArrowBuf valueBuffer, int positionCount, BlockFactory blockFactory)
     
  • Method Details

    • create

      V create(org.apache.arrow.memory.ArrowBuf valueBuffer, int positionCount, BlockFactory blockFactory)