Sessionize
Performs time-oriented session reconstruction on a data set comprising a sequence of events
PlaidCloud expressions and filters provide use of most non-administrative Apache MADLib methods. Apache MADLib methods are accessed by prefixing the standard method name with func.madlib.
.
In SQL
madlib.sessionize('eventlog', 'sessionize_output_view', 'user_id', 'event_timestamp', '0:30:0');
In PlaidCloud Expressions & Filters
func.madlib.sessionize('eventlog', 'sessionize_output_view', 'user_id', 'event_timestamp', '0:30:0')
External References
Apache MADLib Official Documentation for this method can be found here.
Additional capabilities and usage examples can be found in the Apache MADLib documentation.
Last modified March 11, 2024 at 3:25 PM EST: Creation of the expression expression library (3110a17)