Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-24 Thread via GitHub
zzzdong commented on PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#issuecomment-2680992482 Considering the work on the index parsing in #1707, this will be closed. -- This is an automated message from the Apache Git Service. To respond to the message, please l

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-24 Thread via GitHub
zzzdong closed pull request #1732: Add support column prefix index for MySQL URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732 -- 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 speci

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-24 Thread via GitHub
iffyio commented on code in PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#discussion_r1969053806 ## src/parser/mod.rs: ## @@ -7646,6 +7646,39 @@ impl<'a> Parser<'a> { } } +pub fn parse_index_exprs(&mut self) -> Result, ParserErro

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-23 Thread via GitHub
iffyio commented on code in PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#discussion_r1967152710 ## src/ast/mod.rs: ## @@ -8591,6 +8591,61 @@ pub enum CopyIntoSnowflakeKind { Location, } +/// Index Field +/// +/// This structure used here [`

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-23 Thread via GitHub
zzzdong commented on code in PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#discussion_r1966963134 ## src/ast/mod.rs: ## @@ -8591,6 +8591,61 @@ pub enum CopyIntoSnowflakeKind { Location, } +/// Index Field +/// +/// This structure used here [

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-21 Thread via GitHub
iffyio commented on code in PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#discussion_r1966449581 ## src/ast/mod.rs: ## @@ -8591,6 +8591,61 @@ pub enum CopyIntoSnowflakeKind { Location, } +/// Index Field +/// +/// This structure used here [`

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-19 Thread via GitHub
zzzdong commented on code in PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#discussion_r1962930972 ## src/ast/mod.rs: ## @@ -8591,6 +8591,61 @@ pub enum CopyIntoSnowflakeKind { Location, } +/// Index Field +/// +/// This structure used here [

Re: [PR] Add support column prefix index for MySQL [datafusion-sqlparser-rs]

2025-02-19 Thread via GitHub
iffyio commented on code in PR #1732: URL: https://github.com/apache/datafusion-sqlparser-rs/pull/1732#discussion_r1962898767 ## src/ast/mod.rs: ## @@ -8591,6 +8591,61 @@ pub enum CopyIntoSnowflakeKind { Location, } +/// Index Field +/// +/// This structure used here [`