Module datafusion_expr::expr

source ·
Expand description

Expr module contains core type definition for Expr.

Structs

Enums

Functions

  • Whether the given expression is volatile, i.e. whether it can return different results when evaluated multiple times with the same input.