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

Brandon Williams updated CASSANDRA-18946:
-----------------------------------------
    Reviewers: Brandon Williams
       Status: Review In Progress  (was: Patch Available)

> 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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     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>)>
> {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