Docs.rs
  • arrow-array-55.2.0
    • arrow-array 55.2.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • xhochy
    • nevi-me
    • alamb
    • tustvold
    • Dependencies
      • arrow-buffer ^55.2.0 normal
      • arrow-data ^55.2.0 normal
      • arrow-schema ^55.2.0 normal
      • chrono ^0.4.40 normal
      • chrono-tz ^0.10 normal optional
      • half ^2.1 normal
      • hashbrown ^0.15.1 normal
      • num ^0.4.1 normal
      • criterion ^0.5 dev
      • rand ^0.9 dev
      • ahash ^0.8 normal
      • ahash ^0.8 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

arrow_array55.2.0

ArrowTemporalType

Dyn Compatibility

Implementors

In arrow_array::types

arrow_array::types

Trait ArrowTemporalType

Source
pub trait ArrowTemporalType: ArrowPrimitiveType { }
Expand description

A subtype of primitive type that represents temporal values.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl ArrowTemporalType for Date32Type

Source§

impl ArrowTemporalType for Date64Type

Source§

impl ArrowTemporalType for DurationMicrosecondType

Source§

impl ArrowTemporalType for DurationMillisecondType

Source§

impl ArrowTemporalType for DurationNanosecondType

Source§

impl ArrowTemporalType for DurationSecondType

Source§

impl ArrowTemporalType for Time32MillisecondType

Source§

impl ArrowTemporalType for Time32SecondType

Source§

impl ArrowTemporalType for Time64MicrosecondType

Source§

impl ArrowTemporalType for Time64NanosecondType

Source§

impl ArrowTemporalType for TimestampMicrosecondType

Source§

impl ArrowTemporalType for TimestampMillisecondType

Source§

impl ArrowTemporalType for TimestampNanosecondType

Source§

impl ArrowTemporalType for TimestampSecondType