Skip to content

Commit 41ea1b4

Browse files
committed
fix: docs
1 parent b2520ae commit 41ea1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

query/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ pub struct ParsedQuery {
3838
/// Handles the registration and invocation of UDF queries in DataFusion with a
3939
/// pre-compiled WASM component.
4040
pub struct UdfQueryParser<'a> {
41-
/// Pre-compiled WASM component.
42-
/// Necessary to create UDFs.
41+
/// Map of strings (eg "python") to supported UDF languages and their WASM
42+
/// components
4343
components: HashMap<String, Lang<'a>>,
4444
}
4545

0 commit comments

Comments
 (0)