PRIMARY KEY
column, use {@link #clustered()} or {@link #clustered(Ordering)}. To specify that the PRIMARY KEY
column is or is part of the partition key, use {@link #partitioned()} instead of{@link #clustered()} or {@link #clustered(Ordering)}.
@author Matthew T. Adams
@author Alex Shvid
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|