Docs.rs
  • arrow-14.0.0-dev
    • arrow 14.0.0-dev
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • kou
    • kszucs
    • xhochy
    • nevi-me
    • alamb
    • tustvold
    • Dependencies
      • bitflags ^1.2.1 normal
      • chrono ^0.4 normal
      • chrono-tz ^0.6 normal
      • comfy-table ^5.0 normal
      • csv ^1.1 normal
      • flatbuffers ^2.1.2 normal
      • half ^1.8 normal
      • hex ^0.4 normal
      • indexmap ^1.6 normal
      • lazy_static ^1.4 normal
      • lexical-core ^0.8 normal
      • multiversion ^0.6.1 normal
      • num ^0.4 normal
      • packed_simd_2 ^0.3 normal
      • pyo3 ^0.16 normal
      • rand ^0.8 normal
      • regex ^1.3 normal
      • serde ^1.0 normal
      • serde_derive ^1.0 normal
      • serde_json ^1.0 normal
      • criterion ^0.3 dev
      • flate2 ^1 dev
      • rand ^0.8 dev
      • tempfile ^3 dev
    • Versions
    • 42.98% of the crate is documented
  • This release has been yanked, 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
  • 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
logo

logo

ArrowTemporalType

Implementors

In arrow::datatypes

logo
Change settings

Trait arrow::datatypes::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