diff options
| author | doufenghu <[email protected]> | 2024-08-15 16:18:41 +0800 |
|---|---|---|
| committer | doufenghu <[email protected]> | 2024-08-15 16:18:41 +0800 |
| commit | 07332297c1306aa0dac649c7d15bf131e8edbc7e (patch) | |
| tree | 34484ca501035e7baac7e4b2175062428895eee3 /docs/processor/aggregate-processor.md | |
| parent | 91549fc30b0d621edd73ab834149a5c36ca37c09 (diff) | |
[docs][udf] Update scalar UDFs, user-defined aggregate functions (UDAFs) description.
Diffstat (limited to 'docs/processor/aggregate-processor.md')
| -rw-r--r-- | docs/processor/aggregate-processor.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/processor/aggregate-processor.md b/docs/processor/aggregate-processor.md index d9bcdb0..af82d4e 100644 --- a/docs/processor/aggregate-processor.md +++ b/docs/processor/aggregate-processor.md @@ -1,11 +1,11 @@ # Aggregate Processor -> Processing pipelines for aggregate processor +> Processing pipelines for aggregate processors using UDAFs ## Description Aggregate processor is used to aggregate the data from source to sink. It is a part of the processing pipeline. It can be used in the pre-processing, processing, and post-processing pipeline. Each processor can assemble UDAFs(User-defined Aggregate functions) into a pipeline. -Within the pipeline, events are processed by each Function in order, top‑>down. The UDAF usage detail can be found in [UDAF](udaf.md). +Within the pipeline, events are processed by each Function in order, top‑>down. More details can be found in user-defined aggregate functions [(UDAFs)](udaf.md). ## Options Note:Default will output internal fields `__window_start_timestamp` and `__window_end_timestamp` if not set output_fields. |
