Open astefan opened 5 months ago
Pinging @elastic/es-analytical-engine (Team:Analytics)
Pinging @elastic/kibana-esql (ES|QL-ui)
LOOKUP int_number_names ON int::integer
And ON foo == bar
and on from_table == CONCAT(from_stream_a, from_stream_b)
and CONCAT(from_stream_a, from_stream_b) == from_table
CONCAT(from_table_b, from_table_a) == from_stream
.
this would be an amazing feature!
Description
As a follow up for https://github.com/elastic/elasticsearch/pull/107987/files#r1626767875, allow specifying an expression for ON. I find as a first very useful use case (combined with union types support) queries of the form
from test* | LOOKUP int_number_names ON int::integer
.