Docs.rs
  • datafusion-python-40.1.0
    • datafusion-python 40.1.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • alamb
    • xudong963
    • timsaucer
    • Dependencies
      • arrow ^52 normal
      • async-trait ^0.1 normal
      • datafusion ^40.0.0 normal
      • datafusion-common ^40.0.0 normal
      • datafusion-expr ^40.0.0 normal
      • datafusion-functions-array ^40.0.0 normal
      • datafusion-optimizer ^40.0.0 normal
      • datafusion-sql ^40.0.0 normal
      • datafusion-substrait ^40.0.0 normal optional
      • futures ^0.3 normal
      • mimalloc ^0.1 normal optional
      • object_store ^0.10.1 normal
      • parking_lot ^0.12 normal
      • prost ^0.12 normal
      • prost-types ^0.12 normal
      • pyo3 ^0.21 normal
      • rand ^0.8 normal
      • regex-syntax ^0.8 normal
      • sqlparser ^0.47.0 normal
      • syn ^2.0.68 normal
      • tokio ^1.39 normal
      • url ^2 normal
      • uuid ^1.9 normal
      • pyo3-build-config ^0.21 build
    • Versions
    • 15.65% 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_python40.1.0

Module expr

  • Modules
  • Structs
  • Functions

In crate datafusion_python

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
  • join
  • like
  • limit
  • literal
  • logical_node
  • placeholder
  • projection
  • repartition
  • scalar_subquery
  • scalar_variable
  • signature
  • sort
  • sort_expr
  • subquery
  • subquery_alias
  • table_scan
  • union
  • unnest
  • unnest_expr
  • window

Structs§

  • PyExpr
    A PyExpr that can be used on a DataFrame

Functions§

  • py_expr_list
    Convert a list of DataFusion Expr to PyExpr