Skip to main content

Crate type_exercise_starter_supplied_tests

Crate type_exercise_starter_supplied_tests 

Source

Re-exports§

pub use type_exercise_starter_core as core;

Structs§

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.

Enums§

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.

Constants§

PHYSICAL_FAMILY_CATALOG

Traits§

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.

Type Aliases§

I32Array
I32ArrayBuilder