mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
ServerOption -> CreateServerOption
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
e84c844a9d
commit
cd78c51bfe
1 changed files with 1 additions and 1 deletions
|
@ -8018,7 +8018,7 @@ impl fmt::Display for SecretOption {
|
|||
#[derive(Debug, Clone, PartialEq, PartialOrd, Eq, Ord, Hash)]
|
||||
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
|
||||
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
|
||||
pub struct ServerOption {
|
||||
pub struct CreateServerOption {
|
||||
pub key: Ident,
|
||||
pub value: Ident,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue