-
Primary Commands
This section introduces the core building blocks of PQL, including commands such as
ASSUMING,RANK,FOR EACH,PREDICT, andWHERE. These commands allow you to define the data context, specify your prediction targets, and structure your query for model training. -
Aggregation Operators
Here, you’ll find operators that perform aggregate computations on your data. Functions like
AVG,COUNT,COUNT_DISTINCT,FIRST,LAST,LIST_DISTINCT,MAX,MIN, andSUMhelp you create summary statistics within your predictive queries. -
Boolean Operators
This section covers the logical and comparison operators used to filter and refine your queries. You’ll learn about operators such as
AND,OR,NOT, along with pattern matching functions likeCONTAINS,LIKE,NOT LIKE,STARTS WITH, andENDS WITH. These tools are essential for crafting complex conditions that accurately target your data.