listTables
Syntax
listTables(dbUrl)
Arguments
dbUrl is a string indicating the local path or DFS path of a database.
Details
Return a table of two columns, tableName and physicalIndex. Please note that only the database with chunks of the table level can have physical indices.
Examples
listTables(dbPath)
| tableName | physicalIndex |
|---|---|
| pt1 | 1By |
| pt | 1Bw |
