Module aggregate_function_expressions

Module aggregate_function_expressions 

Source
Available on crate feature i-implement-a-third-party-backend-and-opt-into-breaking-changes only.
Expand description

This module contains all reusable options to configure SqlDialect::AggregateFunctionExpressions

Structsยง

NoAggregateFunctionExpressions
Indicates that this backend does not support aggregate function expressions
PostgresLikeAggregateFunctionExpressions
Indicates that this backend supports aggregate function expressions similar to PostgreSQL