SESSIONIZE ( ON { table | view | (query) } PARTITION BY expression [,...] ORDER BY order_column [,...] USING TimeColumn ('time_column') TimeOut (session_timeout) [ ClickLag (min_click_lag) ] [ EmitNull ({'true'|'t'|'yes'|'y'|'1'|'false'|'f'|'no'|'n'|'0'})] )
You can call this function from:
- The FROM clause of a SELECT statement
- As part of a CREATE TABLE statement
- As part of a CREATE VIEW statement