mirror of https://github.com/apache/cassandra
Additionally replace List with array for bind values (we know the size in advance during a decoding), so in total: List<List> is replaced with byte[][] QueryOptions classes support both ways to get values now: using an old API with ByteBuffer and a new API with byte[]. Patch by Dmitry Konstantinov; reviewed by Michael Semb Wever for CASSANDRA-20166 |
||
|---|---|---|
| .. | ||
| src/org/apache/cassandra/fqltool | ||
| test/unit/org/apache/cassandra/fqltool | ||