Data Type Aggregate Operators

DataTypeAggregateOperator is a table in the Metadata package that stores information about operators that are applicable to specific primitive data types. It stores the names of these operators, their operator type, and other descriptions. This helps users ensure their expressions are correctly connected to the expected data type, and helps the system optimize query execution by providing the right operator for the data type.

Body Params
int32

DataTypeAggregateOperatorId is an int field located in the DataTypeAggregateOperator table. It acts as a unique identifier for each individual row in the table and is used in conjunction with other fields to store and identify data types and aggregate operators.

string
required
length between 1 and 450

DataTypeId is an nvarchar (450) field in the DataTypeAggregateOperator table which holds the unique identifier relating an aggregate operator to a specific data type.

string
required
length between 1 and 32

The AggregateOperatorId field in the DataTypeAggregateOperator table contains alphanumeric string data up to a maximum length of 32 characters. It is used to uniquely identify an aggregate operator associated with a data type.

Response
200

OK

Language
URL
Response
Click Try It! to start a request and see the response here!