public interface PostPreparationHook
QueryProcessor
.Modifier and Type | Method and Description |
---|---|
void |
processStatement(CQLStatement statement,
PreparationContext context)
Called in QueryProcessor, once a CQL statement has been prepared.
|
void processStatement(CQLStatement statement, PreparationContext context) throws RequestValidationException
statement
- the statement to perform additional processing oncontext
- preparation context containing additional info
about the operation and statementRequestValidationException
Copyright © 2015 The Apache Software Foundation