data-types
Parquet Avro Type Mapping
Avro and Parquet are used in many data processing frameworks like kafka, spark, etc. It is important to know the data types supported in avro and parquet data format. In this article, we will list the avro and parquet data type mapping.
Posted August 17, 2022 by Rohith ‐ 1 min read
Data Types in Parquet
Parquet is used in many data processing frameworks like apache flink, spark, etc. It is important to know the data types supported in parquet data format.
Posted August 17, 2022 by Rohith ‐ 1 min read
Data Types in Avro
Avro is used in many data processing frameworks like kafka, spark, etc. It is important to know the data types supported in avro data format.
Posted August 17, 2022 by Rohith ‐ 1 min read
Data Types in Dart
The data types are the most important fundamental features of programing language. In Dart, the data type of the variable is defined by its value. The variables are used to store values and reserve the memory location.
⌖ dart programming flutter data-typesData Types in SQL
Data types are used to represent the nature of the data that can be stored in the database table. For example, in a particular column of a table, if we want to store a string type of data then we will have to declare a string data type of this column.
Posted September 13, 2022 by Anusha and Rohith ‐ 4 min read