getTablesOfAllClusters

Syntax

getTablesOfAllClusters()

Arguments

None

Details

Similar to the getClusterDFSTables function, but this function gets all tables that the current user has access to across multiple clusters.

Return value: A STRING vector.

Examples

getTablesOfAllClusters()
// Output:  ["dfs://testDB/pt1", "trading.schema.pt@cluster3"]