Interface ExtraCalciteResource


public interface ExtraCalciteResource
Compiler-checked resources similar to CalciteResource in Calcite project. These are extra exceptions we want to extend Calcite with. Ref: https://issues.apache.org/jira/browse/CALCITE-6069
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.calcite.runtime.Resources.ExInst<org.apache.calcite.sql.validate.SqlValidatorException>
    validatorNoFunctionMatch(String invocation, String allowedSignatures)
     
  • Method Details

    • validatorNoFunctionMatch

      org.apache.calcite.runtime.Resources.ExInst<org.apache.calcite.sql.validate.SqlValidatorException> validatorNoFunctionMatch(String invocation, String allowedSignatures)