Binary
data class Binary(val operator: AggregationExpressionOperator, val left: AggregationExpression, val right: AggregationExpression) : AggregationExpression
Constructors
Link copied to clipboard
constructor(operator: AggregationExpressionOperator, left: AggregationExpression, right: AggregationExpression)