Schema API

Index

API

Base.mergeFunction
merge(schemas...)

Merge multiple schemas into one.

Useful when for example distributing calculation of schema across multiple workers to aggregate all results.

See also: merge!, schema.

source