Module polars_arrow::array

source ·
Expand description

Contains the Array and MutableArray trait objects declaring arrays, as well as concrete arrays (such as Utf8Array and MutableUtf8Array).

Fixed-length containers with optional values that are laid in memory according to the Arrow specification. Each array type has its own struct. The following are the main array types:

Most arrays contain a MutableArray counterpart that is neither clonable nor sliceable, but can be operated in-place.

Re-exports§

Modules§

Structs§

Constants§

Traits§

Functions§

Type Aliases§