Details
-
New Feature
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
5.0-alpha2, 5.0, 5.1
-
None
-
Operability
-
Normal
-
All
-
None
-
Description
Add cqlsh autocompletion for the vector data type, so we have completions such as:
cqlsh> CREATE TABLE t (v ascii boolean decimal float int set time tinyint varint bigint counter double frozen list smallint timestamp uuid vector blob date duration inet map text timeuuid varchar cqlsh> CREATE TABLE t (v vector< ascii boolean decimal float int set time tinyint varint bigint counter double frozen list smallint timestamp uuid vector blob date duration inet map text timeuuid varchar cqlsh> CREATE TABLE t (v vector<float, <wholenumber> cqlsh> INSERT INTO t(k, v) VALUES ( 0, <value for v (vector<float, 3>)>
Attachments
Issue Links
- is related to
-
CASSANDRA-18960 Upgrade Python driver to 3.28.0
- Resolved
- links to