Module sql

Source

Modulesยง

show_create_table ๐Ÿ”’
Implementation of SHOW CREATE TABLE statement.

Constantsยง

COLUMN_COLLATION_COLUMN ๐Ÿ”’
COLUMN_COMMENT_COLUMN ๐Ÿ”’
COLUMN_DEFAULT_COLUMN ๐Ÿ”’
COLUMN_EXTRA_COLUMN ๐Ÿ”’
COLUMN_GREPTIME_TYPE_COLUMN ๐Ÿ”’
COLUMN_KEY_COLUMN ๐Ÿ”’
COLUMN_NAME_COLUMN ๐Ÿ”’
COLUMN_NULLABLE_COLUMN ๐Ÿ”’
COLUMN_PRIVILEGES_COLUMN ๐Ÿ”’
COLUMN_SEMANTIC_TYPE_COLUMN ๐Ÿ”’
COLUMN_TYPE_COLUMN ๐Ÿ”’
FIELD_COLUMN ๐Ÿ”’
FLOWS_COLUMN ๐Ÿ”’
INDEX_CARDINALITY_COLUMN ๐Ÿ”’
INDEX_COLUMN_NAME_COLUMN ๐Ÿ”’
INDEX_COMMENT_COLUMN ๐Ÿ”’
INDEX_EXPRESSION_COLUMN ๐Ÿ”’
INDEX_INDEX_TYPE_COLUMN ๐Ÿ”’
INDEX_KEY_NAME_COLUMN ๐Ÿ”’
INDEX_NONT_UNIQUE_COLUMN ๐Ÿ”’
INDEX_PACKED_COLUMN ๐Ÿ”’
INDEX_SEQ_IN_INDEX_COLUMN ๐Ÿ”’
INDEX_SUB_PART_COLUMN ๐Ÿ”’
INDEX_TABLE_COLUMN ๐Ÿ”’
SHOW index columns
INDEX_VISIBLE_COLUMN ๐Ÿ”’
NO_STR ๐Ÿ”’
OPTIONS_COLUMN ๐Ÿ”’
PRI_KEY ๐Ÿ”’
SCHEMAS_COLUMN ๐Ÿ”’
TABLES_COLUMN ๐Ÿ”’
TABLE_TYPE_COLUMN ๐Ÿ”’
TIME_INDEX ๐Ÿ”’
VIEWS_COLUMN ๐Ÿ”’
YES_STR ๐Ÿ”’

Staticsยง

DESCRIBE_TABLE_OUTPUT_SCHEMA ๐Ÿ”’
SHOW_CREATE_DATABASE_OUTPUT_SCHEMA ๐Ÿ”’
SHOW_CREATE_FLOW_OUTPUT_SCHEMA ๐Ÿ”’
SHOW_CREATE_TABLE_OUTPUT_SCHEMA ๐Ÿ”’
SHOW_CREATE_VIEW_OUTPUT_SCHEMA ๐Ÿ”’

Functionsยง

check_file_to_table_schema_compatibility
This function checks if the column schemas from a file can be matched with the column schemas of a table.
create_table_stmt
Create a CreateTable statement from table info.
describe_column_defaults ๐Ÿ”’
describe_column_keys ๐Ÿ”’
describe_column_names ๐Ÿ”’
describe_column_nullables ๐Ÿ”’
describe_column_semantic_types ๐Ÿ”’
describe_column_types ๐Ÿ”’
describe_table
file_column_schemas_to_table
infer_file_table_schema
null ๐Ÿ”’
parse_file_table_format ๐Ÿ”’
prepare_file_table_files
query_from_information_schema_table ๐Ÿ”’
Cast a show statement execution into a query from tables in information_schema.
show_charsets
Execute SHOW CHARSET statement and returns the Output if success.
show_collations
Execute SHOW COLLATION statement and returns the Output if success.
show_columns
Execute SHOW COLUMNS statement.
show_create_database
show_create_flow
show_create_foreign_table_for_pg
show_create_table
show_create_view
show_databases
show_flows
Execute ShowFlows statement and return the Output if success.
show_index
Execute SHOW INDEX statement.
show_region
Execute SHOW REGION statement.
show_search_path
show_status
show_table_status
Execute ShowTableStatus statement and return the Output if success.
show_tables
Execute ShowTables statement and return the Output if success.
show_variable
show_views
Execute ShowViews statement and return the Output if success.