Skip to main content

Module information_schema

Module information_schema 

Source

ModulesΒ§

cluster_info πŸ”’
columns
flows
information_memory_table πŸ”’
key_column_usage
partitions πŸ”’
procedure_info πŸ”’
process_list
region_info πŸ”’
region_peers
region_statistics πŸ”’
schemata
ssts πŸ”’
statistics
table_constraints πŸ”’
table_names πŸ”’
All table names in information_schema.
table_semantics πŸ”’
information_schema.table_semantics: the queryable view over the table semantic layer. One row per table that carries at least one greptime.semantic.* option, so a consumer can discover the observability concept a table stands for with a single SQL query instead of parsing every table’s create_options.
tables
views πŸ”’

MacrosΒ§

setup_memory_table πŸ”’

StructsΒ§

DatanodeInspectRequest
The request to inspect the datanode.
InformationSchemaProvider
The information_schema tables info provider.
MEMORY_TABLES πŸ”’
MakeInformationTableRequest
NoopInformationExtension

EnumsΒ§

DatanodeInspectKind
The kind of the datanode inspect request.

ConstantsΒ§

BUILD_INFO
CHARACTER_SETS
CHECK_CONSTRAINTS
CLUSTER_INFO
COLLATIONS
COLLATION_CHARACTER_SET_APPLICABILITY
COLUMNS
COLUMN_PRIVILEGES
COLUMN_STATISTICS
DENSE_PRIMARY_KEY_ENCODING πŸ”’
ENGINES
EVENTS
FILES
FLOWS
GLOBAL_STATUS
KEY_COLUMN_USAGE
OPTIMIZER_TRACE
PARAMETERS
PARTITIONS
PROCEDURE_INFO
PROCESS_LIST
PROFILING
REFERENTIAL_CONSTRAINTS
REGION_INFO
REGION_PEERS
REGION_STATISTICS
ROUTINES
SCHEMATA
SCHEMA_PRIVILEGES
SESSION_STATUS
SPARSE_PRIMARY_KEY_ENCODING πŸ”’
SSTS_INDEX_META
SSTS_MANIFEST
SSTS_STORAGE
STATISTICS
TABLES
TABLE_CONSTRAINTS
TABLE_PRIVILEGES
TABLE_SEMANTICS
TRIGGERS
VIEWS

TraitsΒ§

InformationExtension
The InformationExtension trait provides the extension methods for the information_schema tables.
InformationSchemaTableFactory
A factory trait for making information schema tables.
InformationTable

FunctionsΒ§

primary_key_encoding_index_type πŸ”’

Type AliasesΒ§

InformationExtensionRef
InformationSchemaTableFactoryRef