Package | Description |
---|---|
org.apache.cassandra.cql3 |
Modifier and Type | Method and Description |
---|---|
static <R> R |
CQLFragmentParser.parseAny(CQLFragmentParser.CQLParserFunction<R> parserFunction,
java.lang.String input,
java.lang.String meaning) |
static <R> R |
CQLFragmentParser.parseAnyUnhandled(CQLFragmentParser.CQLParserFunction<R> parserFunction,
java.lang.String input)
Just call a parser method in
CqlParser - does not do any error handling. |
Copyright © 2009-2021 The Apache Software Foundation