AGGREGATION_OPERATION
Description
This table stores information about aggregation operations.
Columns
| Column Name | Data Type | Description |
| ID | bigint(20) | Primary key, unique identifier for each aggregation operation. |
| AGGREGATION_KIND | varchar(255) | The kind of aggregation. |
| TUPLE_FILTER | longtext | The tuple filter for the aggregation. |
| VALUE | double | The value for the aggregation. |
| VALUE_ATTRIBUTE | varchar(255) | The attribute for the value. |