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ยง
- Show
Columns Select - Show
Select - 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_ view - 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_ view - show_
all_ ๐objects - show_
cluster_ replicas - show_
clusters - show_
columns - show_
connections ๐ - show_
continual_ ๐tasks - 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 ๐