Module information_schema

Module information_schema 

Source
Expand description

InformationSchemaProvider that implements the SQL Information Schema for DataFusion.

Structsยง

InformationSchemaColumns ๐Ÿ”’
InformationSchemaColumnsBuilder ๐Ÿ”’
Builds the information_schema.COLUMNS table row by row
InformationSchemaConfig ๐Ÿ”’
InformationSchemaDfSettings ๐Ÿ”’
InformationSchemaDfSettingsBuilder ๐Ÿ”’
InformationSchemaParameters ๐Ÿ”’
InformationSchemaParametersBuilder ๐Ÿ”’
InformationSchemaProvider
Implements the information_schema virtual schema and tables
InformationSchemaRoutines ๐Ÿ”’
InformationSchemaRoutinesBuilder ๐Ÿ”’
InformationSchemaTables ๐Ÿ”’
InformationSchemaTablesBuilder ๐Ÿ”’
Builds the information_schema.TABLE table row by row
InformationSchemaViewBuilder ๐Ÿ”’
Builds the information_schema.VIEWS table row by row
InformationSchemaViews ๐Ÿ”’
InformationSchemata ๐Ÿ”’
InformationSchemataBuilder ๐Ÿ”’

Constantsยง

COLUMNS ๐Ÿ”’
DF_SETTINGS ๐Ÿ”’
INFORMATION_SCHEMA
INFORMATION_SCHEMA_TABLES
All information schema tables
PARAMETERS ๐Ÿ”’
ROUTINES ๐Ÿ”’
SCHEMATA ๐Ÿ”’
TABLES ๐Ÿ”’
VIEWS ๐Ÿ”’

Functionsยง

get_udaf_args_and_return_types ๐Ÿ”’
get_udf_args_and_return_types ๐Ÿ”’
get the arguments and return types of a UDF returns a tuple of (arg_types, return_type)
get_udwf_args_and_return_types ๐Ÿ”’
remove_native_type_prefix ๐Ÿ”’