Docs.rs
  • arrow-array-43.0.0
    • arrow-array 43.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • xhochy
    • nevi-me
    • alamb
    • tustvold
    • Dependencies
      • arrow-buffer ^43.0.0 normal
      • arrow-data ^43.0.0 normal
      • arrow-schema ^43.0.0 normal
      • chrono ^0.4.24 normal
      • chrono-tz ^0.8 normal
      • half ^2.1 normal
      • hashbrown ^0.14 normal
      • num ^0.4 normal
      • packed_simd_2 ^0.3 normal
      • criterion ^0.5 dev
      • rand ^0.8 dev
      • ahash ^0.8 normal
      • ahash ^0.8 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • 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
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

ArrowTemporalType

Implementors

In arrow_array::types

?
Change settings

Trait arrow_array::types::ArrowTemporalType

source ·
pub trait ArrowTemporalType: ArrowPrimitiveType { }
Expand description

A subtype of primitive type that represents temporal values.

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