pub struct RedshiftSqlDialect {}

Trait Implementations

Formats the value using the given formatter. Read more

Determine if quoted characters are proper for identifier It’s needed to distinguish treating square brackets as quotes from treating them as json path. If there is identifier then we assume there is no json path.

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 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

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.