Module statement

Source

Structs§

AlterUserStatement
AstString
String literal. The difference with String is that it is displayed with single-quotes.
CloseCursorStatement
CreateConnectionStatement
CreateSecretStatement
CreateSinkStatement
CreateSourceStatement
CreateSubscriptionStatement
CreateUserStatement
DeclareCursorStatement
DropStatement
FetchCursorStatement
FormatEncodeOptions
FORMAT ... ENCODE ... [(a=b, ...)] [KEY ENCODE ...]
RowSchemaLocation
UserOptions
UserOptionsBuilder 🔒
WithProperties

Enums§

AlterUserMode
AstOption
This trait is used to replace Option because fmt::Display can not be implemented for Option<T>.
CreateSink
DeclareCursor
DropMode
Encode
Check CONNECTORS_COMPATIBLE_FORMATS for what FORMAT ... ENCODE ... combinations are allowed.
Format
FORMAT means how to get the operation(Insert/Delete) from the input.
Since
UserOption

Traits§

ParseTo
Consumes token from the parser into an AST node.

Functions§

fmt_create_items 🔒