Plugin
| Arg | Description | Type |
|---|---|---|
| key | A column name to use as dedup key. | string (required) |
| query | Run this query to generate items. | StoredQuery (required) |
| timeout | LRU expires in this much time (default 60 sec). | uint64 |
| size | Size of the LRU cache. | int64 |
Dedups the query based on a column. This will suppress rows with identical values for the key column