Skip to main content

Module builder

Module builder 

Source
Expand description

Schema construction with full validation.

Every ArraySchema in the system passes through ArraySchemaBuilder::build() so the per-domain validation rules (dim arity, tile-extent arity, non-empty attrs, unique names, well-formed bounds) live in one place.

Structsยง

ArraySchemaBuilder
Builder for ArraySchema. Build is fallible.