Uses of Interface
org.apache.cassandra.cql3.CQLFragmentParser.CQLParserFunction
-
Packages that use CQLFragmentParser.CQLParserFunction Package Description org.apache.cassandra.cql3 -
-
Uses of CQLFragmentParser.CQLParserFunction in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type CQLFragmentParser.CQLParserFunction Modifier and Type Method Description static <R> RCQLFragmentParser. parseAny(CQLFragmentParser.CQLParserFunction<R> parserFunction, java.lang.String input, java.lang.String meaning)static <R> RCQLFragmentParser. parseAnyUnhandled(CQLFragmentParser.CQLParserFunction<R> parserFunction, java.lang.String input)Just call a parser method inCqlParser- does not do any error handling.
-