blink_to_append_only

The blink_to_append_only method creates an append-only table from the supplied blink table.

Syntax

Parameters

ParameterTypeDescription
tableTable

The blink table to convert to an append-only table.

Returns

An append-only table.

Example

The following example creates a blink table with time_table and then converts the blink table to an append-only table with blink_to_append_only.

The above tt1 and append_only_result tables ticking side-by-side