From 6235d564a06e7a6fb41da678fdb73252c91c364f Mon Sep 17 00:00:00 2001 From: Matt Benson Date: Wed, 27 Mar 2024 17:45:04 -0500 Subject: [PATCH] min, max operator headers --- pkg/yqlib/doc/operators/headers/max.md | 3 +++ pkg/yqlib/doc/operators/headers/min.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 pkg/yqlib/doc/operators/headers/max.md create mode 100644 pkg/yqlib/doc/operators/headers/min.md diff --git a/pkg/yqlib/doc/operators/headers/max.md b/pkg/yqlib/doc/operators/headers/max.md new file mode 100644 index 00000000..1657dd1b --- /dev/null +++ b/pkg/yqlib/doc/operators/headers/max.md @@ -0,0 +1,3 @@ +# Max + +Computes the maximum among an incoming sequence of scalar values. diff --git a/pkg/yqlib/doc/operators/headers/min.md b/pkg/yqlib/doc/operators/headers/min.md new file mode 100644 index 00000000..785cac7a --- /dev/null +++ b/pkg/yqlib/doc/operators/headers/min.md @@ -0,0 +1,3 @@ +# Min + +Computes the minimum among an incoming sequence of scalar values.