flatten

The flatten method returns a new copy of the source table with a flat row set - i.e., from 0 to number of rows - 1.

Syntax

Parameters

This method takes no arguments.

Returns

A Table with a flat row set.

Example

The following example creates a non-flat time table, and then flattens it.