Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Vectorize for Tables - Insert and Read (sort) #1643

Closed
amorton opened this issue Nov 3, 2024 · 1 comment · Fixed by #1650
Closed

Support Vectorize for Tables - Insert and Read (sort) #1643

amorton opened this issue Nov 3, 2024 · 1 comment · Fixed by #1650
Assignees
Labels
Feature Agreed feature yet to be implemented

Comments

@amorton
Copy link
Contributor

amorton commented Nov 3, 2024

Initial design will allow passing a string as the value for a vector column

{
"my_vector" : "I like cheese", 
}

If the column is a vector column && it has vectorize defined we can vectorize it.

We also need to support this for sorting, so if the command has

"sort" : {"my_vector" : "i like cheese"},

we should also vectorise that.

@amorton amorton self-assigned this Nov 3, 2024
@amorton amorton assigned Yuqi-Du and unassigned amorton Nov 5, 2024
@amorton amorton changed the title Support Vectorize for Tables Support Vectorize for Tables - Insert and Read (sort) Nov 5, 2024
@amorton
Copy link
Contributor Author

amorton commented Nov 5, 2024

@Yuqi-Du handing over to you for errors and tests and discussed.

@amorton amorton added the Feature Agreed feature yet to be implemented label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Agreed feature yet to be implemented
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants