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