Module datafusion_expr::expr

source ·
Expand description

Logical Expressions: Expr

Structs§

Enums§

Functions§

  • Find DataFusion’s built-in window function by name.
  • Whether the given expression is volatile, i.e. whether it can return different results when evaluated multiple times with the same input.