Expand description
Schema extraction from information_schema.
For V2 DDL-only snapshots, extractor only persists the schema index.
Structsยง
- Schema
Extractor - Extracts schema definitions from information_schema.
Constantsยง
- SYSTEM_
SCHEMAS ๐ - System schemas that should be excluded from export.
Functionsยง
- dedupe_
canonicalized_ ๐schemas - extract_
optional_ ๐string - Extracts an optional string value from a row.
- extract_
string ๐ - Extracts a string value from a row.
- parse_
options ๐ - Parses options string into a HashMap.
- parse_
quoted_ ๐option_ line