Interface AggregateColumn.Builder

  • Method Details

    • columnNames

      AggregateColumn.Builder columnNames(Collection<String> columnNames)

      Column names in configured table of aggregate columns.

      Parameters:
      columnNames - Column names in configured table of aggregate columns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • columnNames

      AggregateColumn.Builder columnNames(String... columnNames)

      Column names in configured table of aggregate columns.

      Parameters:
      columnNames - Column names in configured table of aggregate columns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • function

      AggregateColumn.Builder function(String function)

      Aggregation function that can be applied to aggregate column in query.

      Parameters:
      function - Aggregation function that can be applied to aggregate column in query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • function

      Aggregation function that can be applied to aggregate column in query.

      Parameters:
      function - Aggregation function that can be applied to aggregate column in query.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: