AggregationEffectGroup

AggregationEffectGroup(space, affected_schema, effects)
Group of effects with the same space and affected schema.

Parameters

space
Space[AggregationInputT, EmbeddingInputT]
required
The space that all effects in this group apply to.
affected_schema
SchemaObject
required
The schema object that is affected by all effects in this group.
effects
Sequence[EffectWithReferencedSchemaObject[AggregationInputT, EmbeddingInputT]]
required
The sequence of effects that belong to this group.

Inheritance

Inheritance Chain:
  • AggregationEffectGroup
  • Generic

Properties

affected_schema
SchemaObject
The schema object that is affected by the effects in this group.
effects
Sequence[EffectWithReferencedSchemaObject[AggregationInputT, EmbeddingInputT]]
The collection of effects that share the same space and affected schema.
space
Space[AggregationInputT, EmbeddingInputT]
The space that all effects in this group are applied to.