Package org.apache.calcite.sql.test
Interface SqlTester.ValidatedNodeFunction<R>
- Type Parameters:
R
- Result type of the function
- Enclosing interface:
SqlTester
public static interface SqlTester.ValidatedNodeFunction<R>
A function to apply to the result of validation.
-
Method Summary
Modifier and TypeMethodDescriptionapply
(StringAndPos sap, SqlValidator validator, SqlNode validatedNode)
-
Method Details
-
apply
-