Expand description
Schema — dtype and shape for compile-time type checking between filters.
The compiler validates that connected filters have compatible schemas before execution begins, catching shape/type mismatches early.
Structs§
- Schema
- Describes the shape and type of a Value, without holding the actual data.