A table with only one column is not so typical however. At this point you may provide partition, clustering, regular and static columns using any of the following API methods:
Primary key precedence is driven by the order of withPrimaryKey and withClusteringKey invocations, for example:
However, searching the github repo for "withPrimaryKey" doesn't bring up any results other than the README.md mentioned above.
Is this a typo in the README.md or should "withPrimaryKey" be implemented within the code?
Thanks
Ryan
At this point you may provide partition, clustering, regular and static columns using any of the following API methods:
- withPrimaryKey(name, dataType)
- withClusteringColumn(name, dataType)
- withColumn(name, dataType)
- withStaticColumn(name, dataType)