Skip to contents

Returns a list of all tables and views currently registered in the SedonaDB context.

Usage

sx_list(verbosity = NULL)

Arguments

verbosity

Character or NULL. Controls message output for this function call.

  • "quiet": Suppress all informational messages.

  • "info": Show standard progress and status messages.

  • "debug": Show additional diagnostic messages for troubleshooting.

If NULL (the default), uses the global sx.verbosity option. See sx_options() for persistent configuration.

Value

A tibble containing catalog information (table_name, table_type, etc.).