Docs.rs
  • polars-arrow-0.38.3
    • polars-arrow 0.38.3
    • Docs.rs crate page
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ritchie46
    • Dependencies
      • ahash >=0.8.5 normal
      • arrow-array >=41 normal optional
      • arrow-buffer >=41 normal optional
      • arrow-data >=41 normal optional
      • polars-arrow-format ^0.1.0 normal optional
      • arrow-schema >=41 normal optional
      • async-stream ^0.3.2 normal optional
      • atoi ^2 normal optional
      • atoi_simd ^0.15.5 normal optional
      • avro-schema ^0.3 normal optional
      • bytemuck ^1.11 normal
      • chrono ^0.4.31 normal
      • chrono-tz ^0.8.1 normal optional
      • dyn-clone ^1 normal
      • either ^1.9 normal
      • ethnum ^1.3.2 normal
      • fast-float ^0.2 normal optional
      • foreign_vec ^0.1 normal
      • futures ^0.3.25 normal optional
      • hashbrown ^0.14 normal
      • hex ^0.4.3 normal optional
      • indexmap ^2 normal optional
      • itoa ^1.0.6 normal optional
      • itoap ^1 normal optional
      • lz4 ^1.24 normal optional
      • multiversion ^0.7 normal optional
      • num-traits ^0.2 normal
      • polars-error ^0.38.3 normal
      • polars-utils ^0.38.3 normal
      • regex ^1.9 normal optional
      • regex-syntax ^0.8 normal optional
      • ryu ^1.0.13 normal optional
      • serde ^1.0.188 normal optional
      • simdutf8 ^0.1.4 normal
      • streaming-iterator ^0.1.9 normal
      • strength_reduce ^0.2 normal optional
      • zstd ^0.13 normal optional
      • criterion ^0.5 dev
      • crossbeam-channel ^0.5.8 dev
      • doc-comment ^0.3 dev
      • flate2 ^1 dev
      • proptest ^1 dev
      • rand ^0.8 dev
      • sample-arrow2 ^0.17 dev
      • sample-std ^0.1 dev
      • sample-test ^0.1 dev
      • tokio ^1.26 dev
      • tokio-util ^0.7.8 dev
      • version_check ^0.9.4 build
      • getrandom ^0.2 normal
    • Versions
    • 70.73% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

polars_arrow0.38.3

ParameterFreeDtypeStaticArray

Required Methods

  • get_dtype

Object Safety

Implementors

In polars_arrow::array

?
Change settings

Trait polars_arrow::array::ParameterFreeDtypeStaticArray

source ·
pub trait ParameterFreeDtypeStaticArray: StaticArray {
    // Required method
    fn get_dtype() -> ArrowDataType;
}

Required Methods§

source

fn get_dtype() -> ArrowDataType

Object Safety§

This trait is not object safe.

Implementors§

source§

impl ParameterFreeDtypeStaticArray for BinaryArray<i64>

source§

impl ParameterFreeDtypeStaticArray for BooleanArray

source§

impl ParameterFreeDtypeStaticArray for Utf8Array<i64>

source§

impl ParameterFreeDtypeStaticArray for BinaryViewArray

source§

impl ParameterFreeDtypeStaticArray for Utf8ViewArray

source§

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