We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d4754 commit 908fe35Copy full SHA for 908fe35
query/src/lib.rs
@@ -39,8 +39,8 @@ pub struct ParsedQuery {
39
/// Handles the registration and invocation of UDF queries in DataFusion with a
40
/// pre-compiled WASM component.
41
pub struct UdfQueryParser<'a> {
42
- /// Pre-compiled WASM component.
43
- /// Necessary to create UDFs.
+ /// Map of strings (eg "python") to supported UDF languages and their WASM
+ /// components
44
components: HashMap<String, Lang<'a>>,
45
}
46
0 commit comments