# Functions
No description provided by the author
NewHistogramMapFromTable will construct a HistogramMap given a Table TODO: have option for number of buckets (and logic to convert freqMap into those buckets) TODO: could iterate over Partitions asynchronously (after exchange is rewritten).
NewInformationSchemaDatabase creates a new INFORMATION_SCHEMA Database.
No description provided by the author
# Constants
AdministrableRoleAuthorizationsTableName is the name of the ADMINISTRABLE_ROLE_AUTHORIZATIONS table.
ApplicableRolesTableName is the name of the APPLICABLE_ROLES table.
CharacterSetsTableName is the name of the CHARACTER_SETS table.
CheckConstraintsTableName is the name of CHECK_CONSTRAINTS table.
CollationCharSetApplicabilityTableName is the name of COLLATION_CHARACTER_SET_APPLICABILITY table.
CollationsTableName is the name of the COLLATIONS table.
ColumnPrivilegesTableName is the name of the COLUMN_PRIVILEGES table.
ColumnsExtensionsTableName is the name of the COLUMN_EXTENSIONS table.
ColumnsTableName is the name of the COLUMNS table.
ColumnStatisticsTableName is the name of the COLUMN_STATISTICS table.
EnabledRolesTablesName is the name of the ENABLED_ROLES table.
EnginesTableName is the name of the ENGINES table.
EventsTableName is the name of the EVENTS table.
FilesTableName is the name of the FILES table.
InnoDBBufferPageLRUName is the name of the INNODB_BUFFER_PAGE_LRU Table.
InnoDBBufferPageName is the name of the INNODB_BUFFER_PAGE Table.
InnoDBBufferPoolStatsName is the name of the INNODB_BUFFER_POOL_STATS Table.
InnoDBCachedIndexesName is the name of the INNODB_CACHED_INDEXES Table.
InnoDBCmpmemName is the name of the INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables.
No description provided by the author
InnoDBCmpName is the name of the INNODB_CMP and INNODB_CMP_RESET Tables.
InnoDBCmpPerIndexName is the name of the INNODB_CMP_PER_INDEX and INNODB_CMP_PER_INDEX_RESET Table.
No description provided by the author
No description provided by the author
InnoDBColumnsName is the name of the INNODB_COLUMNS Table.
InnoDBDatafilesName is the name of the INNODB_DATAFILES Table.
InnoDBFieldsName is the name of the INNODB_FIELDS Table.
InnoDBForeignColsName is the name of the INNODB_FOREIGN_COLS Table.
InnoDBForeignName is the name of the INNODB_FOREIGN Table.
InnoDBFtBeingDeletedName is the name of the INNODB_FT_BEING_DELETED Table.
InnoDBFtConfigName is the name of the INNODB_FT_CONFIG Table.
InnoDBFtDefaultStopwordName is the name of the INNODB_FT_DEFAULT_STOPWORD Table.
InnoDBFtDeletedName is the name of the INNODB_FT_DELETED Table.
InnoDBFtIndexCacheName is the name of the INNODB_FT_INDEX_CACHE Table.
InnoDBFtIndexTableName is the name of the INNODB_FT_INDEX_TABLE Table.
InnoDBIndexesName is the name of the INNODB_INDEXES Table.
InnoDBMetricsName is the name of the INNODB_METRICS Table.
InnoDBSessionTempTablespacesName is the name of the INNODB_SESSION_TEMP_TABLESPACES Table.
InnoDBTablesName is the name of the INNODB_TABLES Table.
InnoDBTablespacesBriefName is the name of the INNODB_TABLESPACES_BRIEF Table.
InnoDBTablespacesName is the name of the INNODB_TABLESPACES Table.
InnoDBTablestatsName is the name of the INNODB_TABLESTATS View.
InnoDBTempTableInfoName is the name of the INNODB_TEMP_TABLE_INFO table.
InnoDBTrxName is the name of the INNODB_TRX Table.
InnoDBVirtualName is the name of the INNODB_VIRTUAL Table.
KeyColumnUsageTableName is the name of the KEY_COLUMN_USAGE table.
KeywordsTableName is the name of the KEYWORDS table.
OptimizerTraceTableName is the name of the OPTIMIZER_TRACE table.
ParametersTableName is the name of the PARAMETERS table.
PartitionsTableName is the name of the PARTITIONS table.
PluginsTableName is the name of the PLUGINS table.
ProcessListTableName is the name of the PROCESSLIST table.
ProfilingTableName is the name of the PROFILING table.
ReferentialConstraintsTableName is the name of the TABLE_CONSTRAINTS table.
ResourceGroupsTableName is the name of the RESOURCE_GROUPS table.
RoleColumnGrantsTableName is the name of the ROLE_COLUMNS_GRANTS table.
RoleRoutineGrantsTableName is the name of the ROLE_ROUTINE_GRANTS table.
RoleTableGrantsTableName is the name of the ROLE_TABLE_GRANTS table.
RoutinesTableName is the name of the ROUTINES table.
SchemaPrivilegesTableName is the name of the SCHEMA_PRIVILEGES table.
SchemataExtensionsTableName is the name of the SCHEMATA_EXTENSIONS table.
SchemataTableName is the name of the SCHEMATA table.
StatisticsTableName is the name of the STATISTICS table.
StGeometryColumnsTableName is the name of the ST_GEOMETRY_COLUMNS table.
StSpatialReferenceSystemsTableName is the name of the ST_SPATIAL_REFERENCE_SYSTEMS table.
StUnitsOfMeasureTableName is the name of the ST_UNITS_OF_MEASURE.
TableConstraintsExtensionsTableName is the name of the TABLE_CONSTRAINTS_EXTENSIONS table.
TableConstraintsTableName is the name of the TABLE_CONSTRAINTS table.
TablePrivilegesTableName is the name of the TABLE_PRIVILEGES table.
TablesExtensionsTableName is the name of TABLE_EXTENSIONS table.
TablespacesExtensionsTableName is the name of the TABLESPACES_EXTENSIONS table.
TablespacesTableName is the names of the TABLESPACES table.
TablesTableName is the name of the TABLES table.
TriggersTableName is the name of the TRIGGERS table.
UserAttributesTableName is the name of the USER_ATTRIBUTES table.
UserPrivilegesTableName is the name of the USER_PRIVILEGES table.
ViewRoutineUsageTableName is the name of VIEW_ROUTINE_USAGE table.
ViewsTableName is the name of the VIEWS table.
ViewTableUsageTableName is the name of the VIEW_TABLE_USAGE table.
# Structs
ColumnsTable describes the information_schema.columns table.
No description provided by the author
No description provided by the author