Expand description
InformationSchemaProvider that implements the SQL Information Schema for DataFusion.
Structsยง
- Information
Schema ๐Columns - Information
Schema ๐Columns Builder - Builds the
information_schema.COLUMNStable row by row - Information
Schema ๐Config - Information
Schema ๐DfSettings - Information
Schema ๐DfSettings Builder - Information
Schema ๐Parameters - Information
Schema ๐Parameters Builder - Information
Schema Provider - Implements the
information_schemavirtual schema and tables - Information
Schema ๐Routines - Information
Schema ๐Routines Builder - Information
Schema ๐Tables - Information
Schema ๐Tables Builder - Builds the
information_schema.TABLEtable row by row - Information
Schema ๐View Builder - Builds the
information_schema.VIEWStable row by row - Information
Schema ๐Views - Information
Schemata ๐ - Information
Schemata ๐Builder
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