> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/api/graphql/data-access/input-types/data-comparison-expression-aggregator-input.md).

# DataComparisonExpressionAggregatorInput

Input object to create an aggregator expression (e.g. `X OR Y OR Z`).

```graphql
input DataComparisonExpressionAggregatorInput {
  operands: [DataComparisonExpressionInput!]!
  operator: BinaryExpressionAggregatorOperator!
}
```

### Fields

#### operands ● [`[DataComparisonExpressionInput!]!`](/api/graphql/data-access/input-types/data-comparison-expression-input.md) non-null input <a href="#operands" id="operands"></a>

The operands which will be combined with the operator.

#### operator ● [`BinaryExpressionAggregatorOperator!`](/api/graphql/data-access/enumerations/binary-expression-aggregator-operator.md) non-null enum <a href="#operator" id="operator"></a>

The operator to use.

### Member Of

[`DataComparisonExpressionInput`](/api/graphql/data-access/input-types/data-comparison-expression-input.md) input
