We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5384fca commit 9b7f039Copy full SHA for 9b7f039
src/ast/helpers/attached_token.rs
@@ -81,7 +81,6 @@ use sqlparser_derive::{Visit, VisitMut};
81
/// // period @ line 2, column 20
82
#[derive(Clone)]
83
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize, DFConvert))]
84
-#[df_path(df_sqlparser::ast::helpers::attached_token)]
85
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
86
pub struct AttachedToken(pub TokenWithSpan);
87
0 commit comments