DataPrepListAggregationFunction

An aggregation function that concatenates values from multiple rows into a single string with a specified separator.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to include only distinct values in the concatenated result, removing duplicates.

Link copied to clipboard

The name of the column containing values to be concatenated.

Link copied to clipboard

The string used to separate values in the concatenated result.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String