On 01/14/2015 02:49 PM, Mulert, Bill wrote:
Although I have not seen any documentation that says one cannot do this,
version 2.1.2 is complaining about defining one.

CREATE TYPE wdm.thing (

        thing_name _text_,

                 …

CREATE TABLE wdm.ctins (

        foo_no                     text,

_item_                        frozen_<thing>_,

        ...

CREATE INDEX foo ON wdm.gtins(item.thing_name);

Is there something I’m missing or is this truly disallowed?

I believe this is planned for 3.0.

  https://issues.apache.org/jira/browse/CASSANDRA-6382

--
Michael

Reply via email to