list_tables: List tables in a clickhouse database

View source: R/ClickHouse.R

list_tablesR Documentation

List tables in a clickhouse database

Description

List tables in a clickhouse database

Usage

list_tables(con, dbNames = NULL)

Arguments

con

the clickhouse connection

dbNames

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

Value

A tibble with 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


TKCat documentation built on Feb. 16, 2023, 10:51 p.m.