【发布时间】:2015-05-04 03:28:27
【问题描述】:
我的问题是,如果 Cassandra 的映射数据类型支持 3 种文字.. 在下面的示例中,声明了两个文字之间的映射..
CREATE TABLE abc(id text PRIMARY KEY, fans map<text, text>);
我可以使用...
CREATE TABLE abc(id text PRIMARY KEY, fans map<text, text, int>);
【问题讨论】:
标签: dictionary cassandra