PantherFlow Quick Reference
Overview of PantherFlow functionality
PantherFlow is in open beta starting with Panther version 1.110, and is available to all customers. Please share any bug reports and feature requests with your Panther support team.
Statements
PantherFlow queries are made up of one or more statements. There are two types of statements:
Tabular expression statement: Identifies a data source and can include operators separated by pipes
Let statement: Assigns a tabular expression statement to a variable
Operators
Name | Description | Example |
---|---|---|
<from> | Get data from table |
|
Use provided test data |
| |
Add a new field |
| |
Join with another table |
| |
Limit the number of rows |
| |
Show only certain fields |
| |
Sort |
| |
Text search for a value |
| |
Aggregate |
| |
Query multiple tables |
| |
Filter |
|
Data types
Data type | Example acceptable values |
---|---|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
|
Expressions
References
Comparisons
Equality:
==
,!=
Boolean:
and
,or
,not
Numerical:
<
,<=
,>
,>=
,+
,-
,*
,/
,%
Arrays:
in
,not in
Between:
between
,not between
Functions
Aggregations
Date/time
Strings
Arrays
Math
Control flow
Data types
Other
Comments
Write a comment with two slashes:
Last updated