Package org.apache.calcite.sql.validate
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 TypeMethodDescriptionorg.apache.calcite.runtime.Resources.ExInst<org.apache.calcite.sql.validate.SqlValidatorException>validatorNoFunctionMatch(String invocation, String allowedSignatures)
-
Method Details
-
validatorNoFunctionMatch
-