Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Duplicate
-
None
-
None
-
None
Description
CASSANDRA-7423 introduces persisting of individual UDT fields.
Ticket's about to allow to create an index on a UDT field in a table.
Example:
CREATE TYPE foo ( str text, val bigint ); CREATE TABLE bar ( pk int PRIMARY KEY, udt foo ); CREATE INDEX bar_udt ON bar(udt.str);
Attachments
Issue Links
- duplicates
-
CASSANDRA-6382 Allow indexing nested types
- Open
- is blocked by
-
CASSANDRA-7423 Allow updating individual subfields of UDT
- Resolved