Output Table Schema
| Column | Data Type | Description |
|---|---|---|
| input_column | Same as in input table | Column copied from input table. Function copies every input_column to output table. |
| sessionid | INTEGER or BIGINT | Identifier that function assigned to session. |
| clicklag | BYTEINT | Indicator that there were lags between clicks. Values are 1 if the session exceeded the threshold, and '0 otherwise. |