Class ParameterScope

    • Field Detail

      • nameToTypeMap

        private final java.util.Map<java.lang.String,​RelDataType> nameToTypeMap
        Map from the simple names of the parameters to types of the parameters (RelDataType).
    • Constructor Detail

    • Method Detail

      • getOperandScope

        public SqlValidatorScope getOperandScope​(SqlCall call)
        Description copied from interface: SqlValidatorScope
        Returns the scope within which operands to a call are to be validated. Usually it is this scope, but when the call is to an aggregate function and this is an aggregating scope, it will be a a different scope.
        Specified by:
        getOperandScope in interface SqlValidatorScope
        Overrides:
        getOperandScope in class EmptyScope
        Parameters:
        call - Call
        Returns:
        Scope within which to validate arguments to call.