pub struct Aug;
Trait Implementations§
source§impl AstInfo for Aug
impl AstInfo for Aug
§type NestedStatement = Statement<Raw>
type NestedStatement = Statement<Raw>
The type used for nested statements.
§type ItemName = ResolvedItemName
type ItemName = ResolvedItemName
The type used for item references. Items are the subset of objects that are namespaced by a
database and schema.
§type ColumnReference = ResolvedColumnReference
type ColumnReference = ResolvedColumnReference
The type used to specify a column. Read more
§type SchemaName = ResolvedSchemaName
type SchemaName = ResolvedSchemaName
The type used for schema names.
§type DatabaseName = ResolvedDatabaseName
type DatabaseName = ResolvedDatabaseName
The type used for database names.
§type ClusterName = ResolvedClusterName
type ClusterName = ResolvedClusterName
The type used for cluster names.
§type DataType = ResolvedDataType
type DataType = ResolvedDataType
The type used for data types.
§type RoleName = ResolvedRoleName
type RoleName = ResolvedRoleName
The type used for role references.
§type ObjectName = ResolvedObjectName
type ObjectName = ResolvedObjectName
They type used for any object names. Objects are the superset of all objects in Materialize.
§type NetworkPolicyName = ResolvedNetworkPolicyName
type NetworkPolicyName = ResolvedNetworkPolicyName
The type used for network policy references.