Module datafusion::functions_aggregate::expr_fn
source · Expand description
Fluent-style API for creating Expr
s
Functions§
- approximate number of distinct input values
- Computes the approximate median of a set of numbers
- Computes the approximate percentile continuous of a set of numbers
- Computes the approximate percentile continuous with weight of a set of numbers
- input values, including nulls, concatenated into an array
- Returns the avg of a group of values.
- Returns the bitwiseBitwiseOperationType::Andof a group of values
- Returns the bitwiseBitwiseOperationType::Orof a group of values
- Returns the bitwiseBitwiseOperationType::Xorof a group of values
- The values to combine with
AND
- The values to combine with
OR
- Correlation between two numeric values.
- Count the number of non-null values in the column
- Computes the population covariance.
- Computes the sample covariance.
- Returns the first value in a group of values.
- Returns 1 if the data is aggregated across the specified column or 0 for not aggregated in the result set.
- Returns the last value in a group of values.
- Returns the maximum of a group of values.
- Computes the median of a set of numbers
- Returns the minimum of a group of values.
- Compute a linear regression of type RegrType::AvgX
- Compute a linear regression of type RegrType::AvgY
- Compute a linear regression of type RegrType::Count
- Compute a linear regression of type RegrType::Intercept
- Compute a linear regression of type RegrType::R2
- Compute a linear regression of type RegrType::Slope
- Compute a linear regression of type RegrType::SXX
- Compute a linear regression of type RegrType::SXY
- Compute a linear regression of type RegrType::SYY
- Compute the standard deviation of a set of numbers
- Compute the population standard deviation of a set of numbers
- Returns the sum of a group of values.
- Computes the population variance.
- Computes the sample variance.