Icon

SQLE Functions

This directory contains 79 workflows.

Antiselect 

Outputs columns from input table or inputselect query and removes columns in exclude list.

Attribution 

This function is used to perform click stream analysis.It has many kinds of computation models and distribution models.

MovingAverage 

The moving average table operator computes the moving average over a number of points in a series based on the selected MavgType.

NGramSplitter 

Tokenizes the specified column and returns each unique n-gram with its associated count.

nPath 

The nPath function matches specified patterns in a sequence of rows from one or more input tables and extracts information from the matched rows.

Pack 

Reverse of the unpack function. Packs data across several columns into a single data column.

Sessionize 

Creates sessions for a clickstream data and also detects bots.

StringSimilarity 

fastpath function to compare 2 strings.

TD_​ANOVA 

fastpath function to perform one-way anova analysis on a data set with two or more groups.

TD_​BinCodeFit 

fastpath function to generate required bins and binning parameters to be used by TD_BincodeTransform for converting the numeric data into categorical data. […]