Expand description
Compression codec API inspired by the numcodecs
Python API.
Structs§
- Utility struct to serialize a
StaticCodec
’sStaticCodec::Config
together with itsStaticCodec::CODEC_ID
- Type object for statically typed compression codecs.
Enums§
- Errors that may occur when calling
AnyArrayBase::assign
. - Numeric n-dimensional arrays with dynamic shapes.
- Enum of all dtypes included in
AnyArrayBase
.
Traits§
- Array-representation support for all dtypes included in
AnyArrayBase
. - Types which are included in
AnyArrayDType
- Dynamically typed compression codec.
- Type object for dynamically typed compression codecs.
- Statically typed compression codec.
Functions§
- Utility function to instantiate a codec of the given
ty
, where theconfig
may still contain anid
field. - Utility function to serialize a codec’s config together with its
DynCodecType::codec_id
.
Type Aliases§
- An array where the data has shared ownership and is copy-on-write.
- An array that owns its data uniquely.
- A read-only array view.
- A read-write array view.
- An array with copy-on-write behavior.