1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-01-16 18:59:59 +00:00
yq/pkg/yqlib/doc/operators/headers/compare.md
2022-03-29 11:08:50 +11:00

515 B

Compare Operators

Comparison operators (>, >=, <, <=) can be used for comparing scalar values of the same time.

The following types are currently supported:

  • numbers
  • strings
  • datetimes
  • equals / not equals (==, !=) operators here
  • boolean operators (and, or, any etc) here
  • select operator here