Andres de la Peña created CASSANDRA-18946:
---------------------------------------------

             Summary: Add cqlsh autocompletion for the vector data type
                 Key: CASSANDRA-18946
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-18946
             Project: Cassandra
          Issue Type: New Feature
          Components: Feature/Vector Search
            Reporter: Andres de la Peña
            Assignee: Andres de la Peña


Add cqlsh autocompletion for the vector data type, so we have completions such 
as:
{code:java}
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     blob      counter   decimal   duration  inet      smallint  time      
timeuuid  uuid      varint
bigint    boolean   date      double    float     int       text      timestamp 
tinyint   varchar

cqlsh> CREATE TABLE t (v vector<float,
              -             <wholenumber>

cqlsh> INSERT INTO t(k, v) VALUES ( 0,
                                 <value for v (vector<float, 3>)>
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to