pub struct Raw;
Trait Implementations§
Source§impl AstInfo for Raw
impl AstInfo for Raw
Source§type NestedStatement = Statement<Raw>
type NestedStatement = Statement<Raw>
The type used for nested statements.
Source§type ItemName = RawItemName
type ItemName = RawItemName
The type used for item references. Items are the subset of objects that are namespaced by a
database and schema.
Source§type ColumnReference = Ident
type ColumnReference = Ident
The type used to specify a column. Read more
Source§type SchemaName = UnresolvedSchemaName
type SchemaName = UnresolvedSchemaName
The type used for schema names.
Source§type DatabaseName = UnresolvedDatabaseName
type DatabaseName = UnresolvedDatabaseName
The type used for database names.
Source§type ClusterName = RawClusterName
type ClusterName = RawClusterName
The type used for cluster names.
Source§type DataType = RawDataType
type DataType = RawDataType
The type used for data types.
Source§type NetworkPolicyName = RawNetworkPolicyName
type NetworkPolicyName = RawNetworkPolicyName
The type used for network policy references.
Source§type ObjectName = UnresolvedObjectName
type ObjectName = UnresolvedObjectName
They type used for any object names. Objects are the superset of all objects in Materialize.