Hi

i have the following cassandra schema structure:

CREATE TABLE users (
uid TEXT,
loginIds map<text, frozen <loginId>>,
primary key (uid)
);

CREATE TYPE loginId (
emails set<text>,
unverifiedEmails set<text>,
 );

and i tried to insert record to my table,but i have problem with loginIds
attribute,
could you please advice how i can insert record

-- 

Regards
Rami Badran
  • [no subject] Rami Badran
    • Re: Rakesh Kumar
    • Re: Spencer Brown
      • Re: Rami Badran
        • Re: Jack Krupansky
          • Re: Rami Badran
          • Re: Carlos Alonso
          • Re: Rami Badran
            • Re: Jack Krupansky
              • Re: Jack Krupansky
                • Re: Rami Badran

Reply via email to