[ 
https://issues.apache.org/jira/browse/CASSANDRA-18946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Maxwell Guo updated CASSANDRA-18946:
------------------------------------
    Change Category: Operability
         Complexity: Normal
      Fix Version/s: 5.0
                     5.x
           Priority: Low  (was: Normal)
             Status: Open  (was: Triage Needed)

> 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
>            Priority: Low
>             Fix For: 5.0, 5.x
>
>
> 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