avro_fixed: avro_fixed

Description Usage Arguments Source Examples

Description

Constructs a list of lists Avro schema for the fixed (byte array with fixed size) type.

Usage

1
avro_fixed(size, name = NULL, namespace = NULL)

Arguments

size

size of the byte array

name

required name (if missing, gen_unique_fixed_name is invoked)

namespace

optional namespace

Source

gen_unique_name.R

Examples

1
avro_fixed(6, "MACAddress")

aurelius documentation built on May 2, 2019, 3:43 a.m.