Argument¶
Properties¶
| Property | Type | Required | Description |
|---|---|---|---|
mode |
IN | VARIADIC |
โ | The mode of the argument. Default: "IN". |
name |
string |
โ | The name of the function argument. |
data_type |
string |
โ | An input data type on which this aggregate function operates. To create a zero-argument aggregate function, write * in place of the list of argument specifications. |
Source: schemata/argument.yml ยท Resolved JSON Schema: argument.json