Class ViewUnionAll

All Implemented Interfaces:
NamedWriteable, Writeable, PostAnalysisPlanVerificationAware, PostOptimizationPlanVerificationAware, TelemetryAware, Resolvable, ExecutesOn, ExecutesOn.Coordinator

public class ViewUnionAll extends UnionAll
A UnionAll produced by view resolution, as opposed to user-written subqueries. This type marker allows ViewResolver to distinguish between unions it has already processed (view-produced) and unions from the parser (subqueries) that may still contain unresolved view references.