Learn R Programming

TKCat (version 1.1.12)

list_tables.DBIConnection: List tables in a clickhouse database

Description

List tables in a clickhouse database

Usage

# S3 method for DBIConnection
list_tables(x, dbNames = NULL, ...)

# S3 method for chTKCat list_tables(x, dbNames = NULL, ...)

list_tables(x, ...)

Value

A tibble with at least the following columns:

  • database: the name of the database

  • name: the name of the table

  • total_rows: the number of rows in the table

  • total_bytes: the size of the table

  • total_columns: the number of columns in the table

Arguments

x

an object with a clickhouse connection

dbNames

the name of databases to focus on (default NULL ==> all)

...

method specific parameters