Class ListScope

java.lang.Object
org.apache.calcite.sql.validate.DelegatingScope
org.apache.calcite.sql.validate.ListScope
All Implemented Interfaces:
SqlValidatorScope
Direct Known Subclasses:
JoinScope, MatchRecognizeScope, OverScope, PivotScope, SelectScope, UnpivotScope

public abstract class ListScope extends DelegatingScope
Abstract base for a scope which is defined by a list of child namespaces and which inherits from a parent scope.