Expand description
Field types, and the per-class shape a transform needs.
This lives in parse-rust-storage rather than parse-rust-schema because both adapters need it to
lower a value, and the transform cannot be written without knowing which fields are Pointers.
parse-rust-schema will own inference, validation and CLP on top of these types.
Structs§
- Class
Schema - The shape of one class: what a transform needs to lower or raise a document.
Enums§
- Field
Type - A Parse field type.