TableFunctionManager.set_output_row_size#

TableFunctionManager.set_output_row_size(size)#

Set the number of rows in an output column.

Note

Must be called before any assignment on output columns.

Parameters:

size (int) –

Return type:

None