Module org.elasticsearch.compute
Class BooleanArrowBlock
java.lang.Object
org.elasticsearch.compute.data.arrow.BooleanArrowBlock
Converts Arrow BIT vectors to ESQL BooleanBlocks.
Flat vectors delegate to zero-copy
BooleanArrowBufBlock.
ListVector (multi-valued) inputs are converted by copying values into block builders.
See ArrowListSupport for the Arrow list -> ESQL multi-value mapping rules
(null lists, empty lists, and null children are all collapsed to an ESQL null
position; mixed lists drop their null elements).-
Method Summary
Modifier and TypeMethodDescriptionstatic Blockof(org.apache.arrow.vector.ValueVector vector, BlockFactory blockFactory)
-
Method Details
-
of
-