Module org.elasticsearch.compute
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.
Constructor for a vector backed by Arrow buffers. See @
AbstractArrowBufVector for additional details.-
Method Summary
Modifier and TypeMethodDescriptioncreate(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)
-