Skip to content

Add a function which return a dataframe of all tables in the database #1183

@zaleslaw

Description

@zaleslaw

It should contain some data about each table

  1. Number of rows through COUNT(*)
  2. Number of columns
  3. Schema embedded into column
  4. Analogue of describe() call but for each table (it could be a hierarchical dataframe) calculated on server
  5. Meta-info about each table, foreign keys and indexes

Metadata

Metadata

Assignees

Labels

databasesJDBC related issuesenhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions