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: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to