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 b2520ae commit 41ea1b4Copy full SHA for 41ea1b4
query/src/lib.rs
@@ -38,8 +38,8 @@ pub struct ParsedQuery {
38
/// Handles the registration and invocation of UDF queries in DataFusion with a
39
/// pre-compiled WASM component.
40
pub struct UdfQueryParser<'a> {
41
- /// Pre-compiled WASM component.
42
- /// Necessary to create UDFs.
+ /// Map of strings (eg "python") to supported UDF languages and their WASM
+ /// components
43
components: HashMap<String, Lang<'a>>,
44
}
45
0 commit comments