Skip to content

Commit 908fe35

Browse files
committed
fix: docs
1 parent d3d4754 commit 908fe35

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
@@ -39,8 +39,8 @@ pub struct ParsedQuery {
3939
/// Handles the registration and invocation of UDF queries in DataFusion with a
4040
/// pre-compiled WASM component.
4141
pub struct UdfQueryParser<'a> {
42-
/// Pre-compiled WASM component.
43-
/// Necessary to create UDFs.
42+
/// Map of strings (eg "python") to supported UDF languages and their WASM
43+
/// components
4444
components: HashMap<String, Lang<'a>>,
4545
}
4646

0 commit comments

Comments
 (0)