This commit is contained in:
alpaylan
2025-07-13 11:10:52 -04:00
96 changed files with 1142 additions and 1094 deletions

View File

@@ -1100,7 +1100,6 @@ impl TryFrom<&[u8]> for JoinType {
/// `JOIN` constraint
#[derive(Clone, Debug, PartialEq, Eq)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub enum JoinConstraint {
/// `ON`
On(Expr),