Docs.rs
  • datafusion-python-31.0.0
    • datafusion-python 31.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 ^31.0.0 normal
      • datafusion-common ^31.0.0 normal
      • datafusion-expr ^31.0.0 normal
      • datafusion-optimizer ^31.0.0 normal
      • datafusion-sql ^31.0.0 normal
      • datafusion-substrait ^31.0.0 normal
      • futures ^0.3 normal
      • mimalloc ^0.1 normal
      • object_store ^0.7.0 normal
      • parking_lot ^0.12 normal
      • prost ^0.11 normal
      • prost-types ^0.11 normal
      • pyo3 ^0.19 normal
      • rand ^0.8 normal
      • regex-syntax ^0.7.1 normal
      • syn ^2.0.11 normal
      • tokio ^1.24 normal
      • url ^2.2 normal
      • uuid ^1.3 normal
      • pyo3-build-config ^0.19.0 build
    • Versions
    • 9.38% 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

Module expr

  • Modules
  • Structs
?
Change settings

Module datafusion_python::expr

source ·

Modules

  • aggregate
  • aggregate_expr
  • alias
  • analyze
  • between
  • binary_expr
  • bool_expr
  • case
  • cast
  • column
  • conditional_expr
  • create_memory_table
  • create_view
  • cross_join
  • distinct
  • drop_table
  • empty_relation
  • exists
  • explain
  • extension
  • filter
  • grouping_set
  • in_list
  • in_subquery
  • indexed_field
  • join
  • like
  • limit
  • literal
  • logical_node
  • placeholder
  • projection
  • repartition
  • scalar_function
  • scalar_subquery
  • scalar_variable
  • signature
  • sort
  • subquery
  • subquery_alias
  • table_scan
  • union

Structs

  • PyExpr
    A PyExpr that can be used on a DataFrame