Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enhance comment
  • Loading branch information
goldmedal committed Jun 23, 2025
commit 875d4e5083f6be6f2b9008f8770110676dfbe788
1 change: 1 addition & 0 deletions datafusion-examples/examples/async_udf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ async fn main() -> Result<()> {
.show()
.await?;

// use Async UDF in the filter
// +---------------+--------------------------------------------------------------------------------------------+
// | plan_type | plan |
// +---------------+--------------------------------------------------------------------------------------------+
Expand Down