Docs.rs
  • datafusion-python-20.0.0
    • datafusion-python 20.0.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • alamb
    • Dependencies
      • async-trait ^0.1 normal
      • datafusion ^20.0.0 normal
      • datafusion-common ^20.0.0 normal
      • datafusion-expr ^20.0.0 normal
      • datafusion-optimizer ^20.0.0 normal
      • datafusion-sql ^20.0.0 normal
      • datafusion-substrait ^20.0.0 normal
      • futures ^0.3 normal
      • mimalloc ^0.1 normal
      • object_store ^0.5.3 normal
      • parking_lot ^0.12 normal
      • pyo3 ^0.18.1 normal
      • rand ^0.8 normal
      • regex-syntax ^0.6.28 normal
      • tokio ^1.24 normal
      • uuid ^1.2 normal
    • Versions
    • 8.53% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate datafusion_python

  • Structs
  • Enums
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • catalog::PyTable
  • common::data_type::DataTypeMap
  • common::data_type::PyDataType
  • common::df_field::PyDFField
  • common::df_schema::PyDFSchema
  • physical_plan::PyExecutionPlan
  • sql::exceptions::OptimizationException
  • sql::exceptions::ParsingException
  • sql::logical::PyLogicalPlan
  • store::PyAmazonS3Context
  • store::PyGoogleCloudContext
  • store::PyLocalFileSystemContext
  • store::PyMicrosoftAzureContext

Enums

  • common::data_type::PythonType
  • common::data_type::SqlType
  • errors::DataFusionError
  • store::StorageContexts

Functions

  • errors::py_datafusion_err
  • errors::py_runtime_err
  • errors::py_type_err
  • errors::py_unsupported_variant_err
  • sql::exceptions::py_optimization_exp
  • sql::exceptions::py_parsing_exp
  • sql::exceptions::py_runtime_err
  • sql::exceptions::py_type_err
  • utils::wait_for_future

Type Definitions

  • errors::Result