Sequence API
#
fullSeqCreates a full sequence of number values for a key given a set of data. The bounds of the sequence are determined from the existing values within the data. Typically used in combination with expand or complete.
#
Parameterskey
#
The key within the data to expand the sequence across.
period
#
The gap between each value in the data (how much the sequence increments by).
#
Usage#
fullSeqDateCreates a full sequence of date values for a key given a set of data. The bounds of the sequence are determined from the existing values within the data. Typically used in combination with expand or complete.
Similar to fullSeq.
#
Parameterskey
#
The key within the data to expand the sequence across.
granularity
#
The granularity to increment the data by.
period
#
The gap between each value in the data (how much the sequence increments by).
#
Usage#
fullSeqDateISOStringCreates a full sequence of date ISO string values for a key given a set of data. The bounds of the sequence are determined from the existing values within the data. Typically used in combination with expand or complete.
Similar to fullSeq.
#
Parameterskey
#
The key within the data to expand the sequence across.
granularity
#
The granularity to increment the data by.
period
#
The gap between each value in the data (how much the sequence increments by).