3.3.14 union: AnyArray

Topic Version1Published10/31/2016
For StandardETP v1.1

A union representing all of the basic array types supported by the DataArray protocol.

Attribute

Description

Data Type

Min

Max

null

Avro null.

null

1

1

arrayOfBoolean

Array of Boolean values.

ArrayOfBoolean

1

1

arrayOfBytes

Array of bytes.

bytes

1

1

arrayOfInt

Array of signed 32-bit integers

ArrayOfInt

1

1

arrayOfLong

Array of signed 64-bit integers.

ArrayOfLong

1

1

arrayOfFloat

Array of 4-byte floats.

ArrayOfFloat

1

1

arrayOfDouble

Array of 8-byte floats.

ArrayOfDouble

1

1