LucaCappelletti94 opened a new issue, #2020:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/2020

   The enum 
[`Statement`](https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Statement.html)
 has several variants of the type `Variant(VariantStruct)`, such as `Set(Set)` 
or 
`CreateIndex(CreateIndex)`(https://docs.rs/sqlparser/latest/sqlparser/ast/enum.Statement.html#variant.CreateIndex).
   
   I would like to implement the `From<Variant> for Statement` trait for all 
such variants of Statement.
   
   Do let me know whether that would be desirable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to