Docs.rs
  • datafusion-python-47.0.0
    • datafusion-python 47.0.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • andygrove
    • alamb
    • Dependencies
      • arrow ^55.0.0 normal
      • async-trait ^0.1.88 normal
      • datafusion ^47.0.0 normal
      • datafusion-ffi ^47.0.0 normal
      • datafusion-proto ^47.0.0 normal
      • datafusion-substrait ^47.0.0 normal optional
      • futures ^0.3 normal
      • mimalloc ^0.1 normal optional
      • object_store ^0.12.1 normal
      • prost ^0.13.1 normal
      • pyo3 ^0.24 normal
      • pyo3-async-runtimes ^0.24 normal
      • tokio ^1.45 normal
      • url ^2 normal
      • uuid ^1.16 normal
      • prost-types ^0.13.1 build
      • pyo3-build-config ^0.24 build
    • Versions
    • 11.87% of the crate is documented
  • 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

datafusion_python47.0.0

Module expr

Module Items

  • Modules
  • Structs
  • Functions

In crate datafusion_python

datafusion_python

Module expr

Source

Modules§

aggregate
aggregate_expr
alias
analyze
between
binary_expr
bool_expr
case
cast
column
conditional_expr
copy_to
create_catalog
create_catalog_schema
create_external_table
create_function
create_index
create_memory_table
create_view
describe_table
distinct
dml
drop_catalog_schema
drop_function
drop_table
drop_view
empty_relation
exists
explain
extension
filter
grouping_set
in_list
in_subquery
join
like
limit
literal
logical_node
placeholder
projection
recursive_query
repartition
scalar_subquery
scalar_variable
signature
sort
sort_expr
statement
subquery
subquery_alias
table_scan
union
unnest
unnest_expr
values
window

Structs§

PyExpr
A PyExpr that can be used on a DataFrame
PyExprFuncBuilder

Functions§

py_expr_list
Convert a list of DataFusion Expr to PyExpr