Class ParameterScope

java.lang.Object
org.apache.calcite.sql.validate.ParameterScope
All Implemented Interfaces:
SqlValidatorScope

public class ParameterScope extends Object
A scope which contains nothing besides a few parameters. Like EmptyScope (which is its base class), it has no parent scope.
See Also:
  • ParameterNamespace