Structs§
- String literal. The difference with String is that it is displayed with single-quotes.
FORMAT ... ENCODE ... [(a=b, ...)] [KEY ENCODE ...]
Enums§
- This trait is used to replace
Option
becausefmt::Display
can not be implemented forOption<T>
. - Check
CONNECTORS_COMPATIBLE_FORMATS
for whatFORMAT ... ENCODE ...
combinations are allowed. - FORMAT means how to get the operation(Insert/Delete) from the input.
Traits§
- Consumes token from the parser into an AST node.