3.3.8 Record: ArrayOfFloat

Topic Version1Published10/31/2016
For StandardETP v1.1

Convenience type representing an array of 4-byte floats.

Avro Schema

{

      "type": "record",

      "namespace": "Energistics.Datatypes",

      "name": "ArrayOfFloat",

      "fields":

     [

         {

          "name": "values",

          "type": { "type": "array", "items": "float" }

     }

     ]

}

Attribute

Description

Data Type

Min

Max

values

An array of single-precision numbers.

float

0

n