1.

Name Some Primitive Types Of Data Types, Avro Supports.

Answer»

AVRO SUPPORTS a WIDE range of Primitive datatypes:

  • Null: no VALUE
  • Boolean: a binary value
  • Int: 32-bit signed integer
  • Long: 64-bit signed integer
  • Float: single PRECISION (32-bit) IEEE 754 floating-point number
  • Double: double precision (64-bit) IEEE 754 floating-point number
  • Bytes: the sequence of 8-bit unsigned bytes
  • String: Unicode character sequence

Avro supports a wide range of Primitive datatypes:



Discussion

No Comment Found