Expand description
Classify a top-level pg_query statement node into the v0.1 whitelist.
Anything outside the whitelist is rejected with ParseError::UnsupportedObjectKind
so that source-loading fails loudly instead of silently dropping unsupported DDL.
Enums§
- Statement
- One supported top-level statement kind. Each variant carries the typed protobuf message that the corresponding builder will consume.