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
SHOWquery.
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
FROMclause was not provided forSHOWcommands 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 π