Asura7969 commented on issue #8245:
URL:
https://github.com/apache/arrow-datafusion/issues/8245#issuecomment-1835189676
> So you could call it like
>
> ```
> let results = ctx
> .sql("SELECT a FROM example WHERE b = $foo")
> .await?
> // replace $foo with value 2
> .with_param_values(vec![
> "$foo", ScalarValue::from(2i64)
> ])?
> .collect()
> .await?;
> ```
Maybe I can't describe it clearly, but my thoughts are the same as
yours,thanks
--
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 specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]