concatenate


Description:

[ Version ( since = "0.14.0" ) ]
public Table? concatenate (List<Table> other_tables, TableConcatenateOptions? options) throws Error

Parameters:

this

A Table.

other_tables

The tables to be concatenated.

options

The options to customize concatenation.

Returns:

The table concatenated vertically.