dedup
Class: core ยท Streaming: row-at-a-time
Keep first N (default 1) rows per key.
Signatureโ
| dedup [n] <fields>
Positional Argumentsโ
| Name | Type | Required | Description |
|---|---|---|---|
n | int | No | rows kept per key (default 1) |
fields | field_list | Yes | - |
Examplesโ
dedup service
dedup 3 service, host
Generated from the LynxFlow registry. See RFC-002 for the full language specification.