Package org.elasticsearch.xpack.esql.view
package org.elasticsearch.xpack.esql.view
-
ClassDescriptionCompacts the nested plan produced by
ViewResolverinto the form expected by the rest of the query pipeline.Resolves view references in a logical plan by expanding each view into the plan parsed from its definition.Result of view resolution containing the rewritten plan, the view queries, and whether anyInSubqueryexpression was rewritten into aSemiJoin/AntiJoin/MarkJoinduring resolution.