groupBy - What is the 'table.singlePass' subparameter?

Réponse

The 'table.singlePass' subparameter, when set to True, does not create a transient table on the server. Setting this parameter to True can be efficient, but the data might not have stable ordering upon repeated runs. Default: FALSE.
Did this answer help you?