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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.calcite.runtime.Resources.ExInst<org.apache.calcite.sql.validate.SqlValidatorException>
validatorNoFunctionMatch(String invocation, String allowedSignatures)
-