dedup

Plugin

ArgDescriptionType
keyA column name to use as dedup key.string (required)
queryRun this query to generate items.StoredQuery (required)
timeoutLRU expires in this much time (default 60 sec).uint64
sizeSize of the LRU cache.int64

Description

Dedups the query based on a column. This will suppress rows with identical values for the key column