pub struct ClickHouseDialect {}

Trait Implementations§

Formats the value using the given formatter. Read more
Determine if a character is a valid start character for an unquoted identifier
Determine if a character is a valid unquoted identifier character
Determine if a character starts a quoted identifier. The default implementation, accepting “double quoted” ids is both ANSI-compliant and appropriate for most dialects (with the notable exception of MySQL, MS SQL, and sqlite). You can accept one of characters listed in Word::matching_end_quote here
Determine if quoted characters are proper for identifier
Does the dialect support FILTER (WHERE expr) for aggregate queries?
Returns true if the dialect supports ARRAY_AGG() [WITHIN GROUP (ORDER BY)] expressions. Otherwise, the dialect should expect an ORDER BY without the WITHIN GROUP clause, e.g. ANSI
Dialect-specific prefix parser override
Dialect-specific infix parser override
Dialect-specific precedence override
Dialect-specific statement parser override

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.