Skip to main contentCrate type_exercise_starter_supplied_tests
Source pub use type_exercise_starter_core as core;
- PhysicalFamilyEntry
- PrimitiveArray
- Checkpoint 1: replace the marker with flat values plus packed validity.
- PrimitiveArrayBuilder
- Checkpoint 1: replace the marker with append-only value and validity buffers.
- StringArray
- Checkpoint 1: replace this shell with shared UTF-8 bytes, offsets, and packed validity.
- StringArrayBuilder
- Checkpoint 1: replace this shell with append-only UTF-8/offset/validity buffers.
- TypeMismatch
- Checkpoint 1: use this value for checked erased-to-typed failures.
- ArrayImpl
- Checkpoint 1: extend this starter pair to every non-List physical family.
- PhysicalFamily
- Checkpoint 1: extend this descriptor-free inventory in the same order.
- PhysicalType
- Checkpoint 1: extend this starter pair to every non-List physical type.
- ScalarImpl
- Checkpoint 1: extend this starter pair to every non-List physical family.
- ScalarRefImpl
- Checkpoint 1: extend this borrowed inventory to match
ScalarImpl.
- PHYSICAL_FAMILY_CATALOG
- Array
- Checkpoint 1: add the bounds connecting an array to its scalar and builder forms.
- ArrayBuilder
- Checkpoint 1: add the reciprocal bounds and item relationship for append-only builders.
- Scalar
- Checkpoint 1: add the bounds connecting each owned scalar, borrowed scalar, and dense array.
- ScalarRef
- Checkpoint 1: add the reciprocal owned, borrowed, and array relationships.
- I32Array
- I32ArrayBuilder