Learn R Programming

aurelius (version 0.8.4)

avro_map: avro_map

Description

Constructs a list of lists Avro schema for the map type.

Usage

avro_map(values)

Arguments

values

schema for the homogeneous map

Examples

Run this code
avro_map(avro_int)
avro_map(avro_string)

Run the code above in your browser using DataLab