COMPUTE_EXPAND_ON_UDF

This is a deprecated version of the SnowConvert documentation, please visit the official site HERE.

Definition

Calculates the expand-on function depending on the period type argument.

PUBLIC.COMPUTE_EXPAND_ON_UDF(TIME STRING, SEQ NUMBER, PERIOD TIMESTAMP, PERIODTYPE STRING)

Parameters

TIME STRING

The time used in anchor.

SEQ NUMBER

The sequence to calculate each row.

PERIOD TIMESTAMP

The date from the period required.

PERIODTYPE STRING

The period type for the calculation ('BEGIN' or 'END')

Returns

A timestamp that represents each row of the EXPAND-ON.

Example

This UDF is used as a derived function of the EXPAND_ON_UDF.

Last updated