jiangzhx commented on PR #5518: URL: https://github.com/apache/arrow-datafusion/pull/5518#issuecomment-1466138375
> thanks @mingmwang , as @Jefffrey mention SQL substitute function is here: https://github.com/apache/arrow-datafusion/blob/e9852074bacd8c891d84eba38b3417aa16a2d18c/datafusion/sql/src/expr/function.rs#L193-L218 but use dafaframe will got error ``` ctx.sql("select count(*) from alltypes_plain") .await? .explain(false, false)? .show() .await?; ``` -- 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]
