All Implemented Interfaces:
ColumnExpression, DelegateExpression, SelectExpression

public class Avg extends FunctionExpression
AVG(column) aggregate function.
  • Constructor Details

  • Method Details

    • template

      protected String template()
      Description copied from class: FunctionExpression
      Gets the template for the SQL representation of the function.

      The template should contain a single "%s" placeholder for the column identifier.

      Specified by:
      template in class FunctionExpression
      Returns:
      SQL representation template