HavingDsl

class HavingDsl

Dedicated expression context for AggregationQueryDsl.having: its String.eq takes a Double and yields a HavingExpression rather than the FilterExpression built by FilterDsl, so the two scopes must not share a receiver type.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
infix fun String.eq(value: Double): HavingExpression
Link copied to clipboard
infix fun String.gt(value: Double): HavingExpression
Link copied to clipboard
infix fun String.gte(value: Double): HavingExpression
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
infix fun String.lt(value: Double): HavingExpression
Link copied to clipboard
infix fun String.lte(value: Double): HavingExpression
Link copied to clipboard
infix fun String.ne(value: Double): HavingExpression
Link copied to clipboard