complete ESQL primitive data blocks #127370
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
ES|QL-ui
Impacts ES|QL UI
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
Currently ESQL uses primitive arrays internally and has implementation for the majority of Java primitives, except
short
/char
for 16-bit integers.This should be added for completeness reasons as well as propagating these specific types (including float) through the code base and avoid defaulting to long and double for efficiency reasons.
The text was updated successfully, but these errors were encountered: