stephen mallette created CASSANDRA-9632:
-------------------------------------------
Summary: Preserve the Names of Query Parameters in QueryOptions
Key: CASSANDRA-9632
URL: https://issues.apache.org/jira/browse/CASSANDRA-9632
Project: Cassandra
Issue Type: Improvement
Components: Core
Reporter: stephen mallette
Priority: Minor
When writing a custom {{QueryHandler}} that processes named parameters, the
{{QueryOptions}} arrive to the various processing methods with the values
converted to positional arguments and the names unavailable. A custom
{{QueryHandler}} might want to make use of the names themselves so it would be
helpful if they were preserved and exposed with their respective {{ByteBuffer}}
values.
https://github.com/apache/cassandra/blob/cassandra-2.1/src/java/org/apache/cassandra/cql3/QueryOptions.java#L205
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)