Class SqlWithinDistinctOperator


public class SqlWithinDistinctOperator extends SqlBinaryOperator
An operator that applies a distinct operation before rows are included in an aggregate function.

Operands are as follows:

  • 0: a call to an aggregate function (SqlCall)
  • 1: expressions to make distinct