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 Detail

      • validatorNoFunctionMatch

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