Package org.elasticsearch.xpack.esql.plan.logical.join
package org.elasticsearch.xpack.esql.plan.logical.join
-
ClassDescriptionSpecialized type of join where the source of the left and right plans are the same.Configuration of a join operation.Utility class defining the concrete types of joins supported by ESQL.Lookup join - specialized LEFT (OUTER) JOIN between the main left side and a lookup index (index_mode = lookup) on the right.Synthetic
LogicalPlanused by the planner that the child plan is referred elsewhere.