Skip to main content

Module metadata

Module metadata 

Source

Structs§

Raw

Enums§

RawClusterName
RawDataType
SQL data types
RawItemName
RawNetworkPolicyName

Traits§

AstInfo
This represents the metadata that lives next to an AST, as we take it through various stages in the planning process.

Functions§

data_type_keyword_needs_quoting 🔒
Reports whether kw, as the first component of a data type name, would be reparsed differently by Parser::parse_data_type — either dispatched into a special grammar (map[...]) or canonicalized to a different spelling (stringtext, bigintint8, …). Such names must be emitted always-quoted to round-trip.