Docs.rs
  • polars-arrow-0.49.0
    • polars-arrow 0.49.0
    • Docs.rs crate page
    • MIT AND Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ritchie46
    • stijnherfst
    • Dependencies
      • polars-arrow-format ^0.2.0 normal optional
      • async-stream ^0.3 normal optional
      • atoi_simd ^0.16 normal optional
      • avro-schema ^0.3 normal optional
      • bitflags ^2 normal
      • bytemuck ^1.22 normal
      • chrono ^0.4.31 normal
      • chrono-tz ^0.10 normal optional
      • dyn-clone ^1 normal
      • either ^1.14 normal
      • ethnum ^1.3.2 normal
      • futures ^0.3.25 normal optional
      • hashbrown ^0.15.0 normal
      • itoa ^1.0.6 normal optional
      • lz4 ^1.24 normal optional
      • num-traits ^0.2 normal
      • polars-error ^0.49.0 normal
      • polars-schema ^0.49.0 normal
      • polars-utils ^0.49.0 normal
      • proptest ^1.6 normal optional
      • schemars ^0.8.22 normal optional
      • serde ^1.0.188 normal optional
      • simdutf8 ^0.1.4 normal
      • streaming-iterator ^0.1.9 normal
      • strum_macros ^0.26 normal
      • tokio ^1.44 normal optional
      • zstd ^0.13 normal optional
      • proptest ^1.6 dev
      • rand ^0.8 dev
      • tokio ^1.44 dev
      • version_check ^0.9.4 build
      • getrandom ^0.2 normal
    • Versions
    • 68.68% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

polars_arrow0.49.0

ArrowArray

Implementors

In polars_arrow::legacy::is_valid

polars_arrow::legacy::is_valid

Trait ArrowArray

Source
pub trait ArrowArray: Array { }

Implementors§

Source§

impl ArrowArray for BinaryArray<i64>

Source§

impl ArrowArray for BooleanArray

Source§

impl ArrowArray for FixedSizeListArray

Source§

impl ArrowArray for ListArray<i64>

Source§

impl ArrowArray for Utf8Array<i64>

Source§

impl<T: NativeType> ArrowArray for PrimitiveArray<T>