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

CreateIndexCommand, entries/keys/values for map/set/list collection columns #1829

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

Yuqi-Du
Copy link
Contributor

@Yuqi-Du Yuqi-Du commented Jan 17, 2025

CreateIndexCommand entries/keys/values for map/set/list

There are couples of rules to get familiar if reviewing

  • Data API createIndex table command has defaults indexFunction for map/set/list, defaults are entries(map), values(set), values(list). In a sense, keys and values for map column are not supported,.
  • Since Data API does not support frozen map/set/list table creation, so FULL index will also not be supported.
  • Only text and ascii datatypes can be analyzed.

Checklist

  • Changes manually tested
  • Automated Tests added/updated
  • Documentation added/updated
  • CLA Signed: DataStax CLA

@Yuqi-Du Yuqi-Du requested a review from a team as a code owner January 17, 2025 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant