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 0f7da98 commit b220130Copy full SHA for b220130
datafusion/core/src/dataframe/mod.rs
@@ -195,8 +195,7 @@ impl DataFrame {
195
/// let df = ctx.read_csv("tests/data/example.csv", CsvReadOptions::new()).await?;
196
/// let expr = df.parse_sql_expr(sql)?;
197
/// assert_eq!(expected, expr);
198
- ///
199
- /// # Ok(())
+ /// # Ok(())
200
/// # }
201
/// ```
202
pub fn parse_sql_expr(&self, sql: &str) -> Result<Expr> {
0 commit comments