Skip to content

Commit

Permalink
Update plan_to_sql.rs
Browse files Browse the repository at this point in the history
Update file header with more details about the examples
  • Loading branch information
edmondop authored May 16, 2024
1 parent 3f2da5c commit 7570052
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions datafusion-examples/examples/plan_to_sql.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ use datafusion_sql::unparser::Unparser;
/// and convert to sql: [`simple_expr_to_sql_demo`]
/// 3. Create a simple expression [`Exprs`] with fluent API
/// and convert to sql without escaping column names: [`simple_expr_to_sql_demo_no_escape`]
/// 4. Create a simple expression [`Exprs`] with fluent API
/// and convert to sql escaping column names a MySQL style: [`simple_expr_to_sql_demo_escape_mysql_style`]

#[tokio::main]
async fn main() -> Result<()> {
Expand Down

0 comments on commit 7570052

Please sign in to comment.