[YSQL] Support batched nested loop joins on clauses that have expressions on the outer variables #14069
Labels
area/ysql
Yugabyte SQL (YSQL)
kind/new-feature
This is a request for a completely new feature
priority/medium
Medium priority issue
status/awaiting-triage
Issue awaiting triage
Jira Link: DB-3563
Description
We currently don't support batched nested loop joins on clauses that have expressions on the outer table of the form
inner_table.c1 = f(outer_table.c1, outer_table.c2, ...).
This issue tracks the effort to extending BNL support to these clauses.The text was updated successfully, but these errors were encountered: