cleanup#

Cleanup functions for Tumult Core.

Functions#

cleanup()

Cleanup Core’s temporary table.

remove_all_temp_tables()

Remove all temporary tables that Core has created.

cleanup()#

Cleanup Core’s temporary table.

If you call spark.stop(), you should call this function first.

Return type

None

remove_all_temp_tables()#

Remove all temporary tables that Core has created.

This will remove all temporary tables in the current Spark data warehouse.

Return type

None