cassandra/tools/fqltool
Dmitry Konstantinov 8a72868066 Use byte[] directly in QueryOptions instead of ByteBuffer and convert them to ArrayCell instead of BufferCell.
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
2025-12-15 10:58:43 +00:00
..
src/org/apache/cassandra/fqltool Use byte[] directly in QueryOptions instead of ByteBuffer and convert them to ArrayCell instead of BufferCell. 2025-12-15 10:58:43 +00:00
test/unit/org/apache/cassandra/fqltool Use byte[] directly in QueryOptions instead of ByteBuffer and convert them to ArrayCell instead of BufferCell. 2025-12-15 10:58:43 +00:00