Tableau Hyper as a database engine

Hi,

Tableau Hyper is a database engine, I would like to be able to execute some SQL commands on a Hyper file.
One noteworthy feature is that we can create temporary tables that are deleted with closing the session. So I could do cascading views to generate a set of tables inside the hyper files
CREATE TEMP TABLE AS

s(https://help.tableau.com/current/api/hyper_api/en-us/reference/sql/sql-commands.html)

Regards