Package org.apache.calcite.sql.validate
Class SqlNameMatchers
java.lang.Object
org.apache.calcite.sql.validate.SqlNameMatchers
Helpers for 
SqlNameMatcher.- 
Method SummaryModifier and TypeMethodDescriptionstatic SqlNameMatcherliberal()Creates a name matcher that can suggest corrections to what the user typed.static SqlNameMatcherwithCaseSensitive(boolean caseSensitive) Returns a name matcher with the given case sensitivity.
- 
Method Details- 
withCaseSensitiveReturns a name matcher with the given case sensitivity.
- 
liberalCreates a name matcher that can suggest corrections to what the user typed. It matches liberally (case-insensitively) and also records the last match.
 
-