[ES|QL] Make SubstituteSurrogateExpressions recognize SurrogateExpression attached to MultiTypeEsField #126645
Labels
:Analytics/ES|QL
AKA ESQL
>enhancement
Team:Analytics
Meta label for analytical engine team (ESQL/Aggs/Geo)
#126532 Introduces surrogate expressions for
to_ip
(conversion)function. Traditionally, the substitute surrogate expressions is done byLogicalPlanOptimizer
'ssubstitutions
batch. BecauseSubstituteSurrogateExpressions
cannot recognize the conversion/surrogate functions attached toMultiTypeEsField
today, the substitution ofto_ip
for multi-typed fields is done inAnalyzer
.This issue is open to investigate the possibility to improve
SubstituteSurrogateExpressions
to recognize the conversion/surrogate functions attached toMultiTypeEsField
, so that the substitutions can be centralized inLogicalPlanOptimizer
The text was updated successfully, but these errors were encountered: