For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataComparisonExpressionAggregator

Represents an aggregator boolean expression with a single operator (e.g. X OR Y OR Z).

type DataComparisonExpressionAggregator {
  operands: [DataComparisonExpression!]!
  operator: BinaryExpressionAggregatorOperator!
}

Fields

operands ● [DataComparisonExpression!]! non-null union

The list of operands to combine with the operator.

operator ● BinaryExpressionAggregatorOperator! non-null enum

The aggregator operator to use.

Implemented By

DataComparisonExpression union

Last updated

Was this helpful?