Skip to main content
Signature: count(<condition>, "<time_window>") Parameters: Return Value: An integer representing the number of matching transactions within the time window. Description: Counts the number of historical transactions that match the given filter condition within the specified time window. The count is then compared against a threshold using a standard comparison operator. Example: High Frequency Detection
How it works internally: The engine translates this into a SQL query against DuckDB: