Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 749 Bytes

filter-expression.md

File metadata and controls

35 lines (31 loc) · 749 Bytes

Filter Expression

Operators

Comparison ==, !=, <, >, <=, >=
Logical not or !, and or &&, or or ||
Membership []

Built-in

Record `Record` is the currently processed data, which is an array of strings.