Skip to main content

Module show

Module show 

Source
Expand description

Queries that show the state of the database system.

This module houses the handlers for the SHOW suite of statements, like SHOW CREATE TABLE and SHOW VIEWS. Note that SHOW <var> is considered an SCL statement.

StructsΒ§

ShowColumnsSelect
ShowSelect
An intermediate result when planning a SHOW query.

FunctionsΒ§

describe_show_create_cluster
describe_show_create_connection
describe_show_create_index
describe_show_create_materialized_view
describe_show_create_sink
describe_show_create_source
describe_show_create_table
describe_show_create_type
describe_show_create_view
ensure_no_from πŸ”’
Ensures that the FROM clause was not provided for SHOW commands that don’t accept it. The parser is supposed to reject such cases, so this is an internal-only invariant.
humanize_sql_for_show_create πŸ”’
Convert a SQL statement into a form that could be used as input, as well as is more amenable to human consumption.
plan_show_create_cluster
plan_show_create_connection
plan_show_create_index
plan_show_create_item πŸ”’
plan_show_create_materialized_view
plan_show_create_sink
plan_show_create_source
plan_show_create_table
plan_show_create_type
plan_show_create_view
show_all_objects πŸ”’
show_cluster_replicas
show_clusters
show_columns
show_connections πŸ”’
show_databases
show_default_privileges
show_indexes
show_materialized_views πŸ”’
show_network_policies
show_objects
show_privileges
show_role_membership
show_roles
show_schemas
show_secrets
show_sinks πŸ”’
show_sources πŸ”’
show_subsources πŸ”’
show_tables πŸ”’
show_types πŸ”’
show_views πŸ”’