Open In App

Pre-defined data type in Apache Cassandra

Prerequisite – User Defined Type (UDT) in Cassandra
In this article, we will discuss different types of data types in Cassandra which is used for various purpose in Cassandra such that in data modeling, to create a table, etc.

Basically, there are 3 types of data type in Cassandra. Lets have a look.




Figure – Data Types in Cassandra

Now, here we are going to discuss the Built-in data type in Cassandra.



Built-in Data Type:
It is a pre-defined data type in Cassandra. We can directly use by simply giving data type names as per need. There are many Built-in Data types in Cassandra. let’s discuss one by one.

Article Tags :