Module org.elasticsearch.compute
Class FloatToDoubleArrowBlock
java.lang.Object
org.elasticsearch.compute.data.arrow.FloatToDoubleArrowBlock
Converts Arrow FLOAT4 vectors to ESQL DoubleBlocks by copying and widening each float value.
Handles both flat vectors and
ListVector (multi-valued) inputs.
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
-