Skip to main content

Module system_tables

Module system_tables 

Source
Expand description

Built-in virtual tables: rows materialized from Rust iterators instead of the B+ tree. Used for PG system catalog views (pg_timezone_*, information_schema.*).

Structs§

InfoSchemaColumns
InfoSchemaKeyColumnUsage
InfoSchemaTableConstraints
InfoSchemaTables
PgTimezoneAbbrevs
PgTimezoneNames

Traits§

VirtualTable

Functions§

register_builtins