Docs.rs
  • datafusion-python-43.1.0
    • datafusion-python 43.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • alamb
    • xudong963
    • timsaucer
    • Dependencies
      • arrow ^53 normal
      • async-trait ^0.1 normal
      • datafusion ^43.0.0 normal
      • datafusion-ffi ^43.0.0 normal
      • datafusion-functions-window-common ^43.0.0 normal
      • datafusion-proto ^43.0.0 normal
      • datafusion-substrait ^43.0.0 normal optional
      • futures ^0.3 normal
      • mimalloc ^0.1 normal optional
      • object_store ^0.11.0 normal
      • prost ^0.13 normal
      • pyo3 ^0.22 normal
      • tokio ^1.41 normal
      • url ^2 normal
      • uuid ^1.11 normal
      • prost-types ^0.13 build
      • pyo3-build-config ^0.22 build
    • Versions
    • 14.91% 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

datafusion_python43.1.0

Module cast

Module Items

  • Functions

In datafusion_python::datafusion_common

datafusion_python::datafusion_common

Module cast

Source
Expand description

This module provides DataFusion specific casting functions that provide error handling. They are intended to “never fail” but provide an error message rather than a panic, as the corresponding kernels in arrow-rs such as as_boolean_array do.

Functions§

  • as_binary_array
  • as_binary_view_array
  • as_boolean_array
  • as_date32_array
  • as_date64_array
  • as_decimal128_array
  • as_decimal256_array
  • as_dictionary_array
  • as_fixed_size_binary_array
  • as_fixed_size_list_array
  • as_float32_array
  • as_float64_array
  • as_generic_binary_array
  • as_generic_list_array
  • as_generic_string_array
  • as_int32_array
  • as_int64_array
  • as_interval_dt_array
  • as_interval_mdn_array
  • as_interval_ym_array
  • as_large_list_array
  • as_list_array
  • as_map_array
  • as_null_array
  • as_primitive_array
  • as_string_array
  • as_string_view_array
  • as_struct_array
  • as_time32_millisecond_array
  • as_time32_second_array
  • as_time64_microsecond_array
  • as_time64_nanosecond_array
  • as_timestamp_microsecond_array
  • as_timestamp_millisecond_array
  • as_timestamp_nanosecond_array
  • as_timestamp_second_array
  • as_uint8_array
  • as_uint32_array
  • as_uint64_array
  • as_union_array