Marko Budiselić
Marko Budiselić
In the case of a query module that depends on a local submodule, e.g. `foo`: ``` import foo import mgp import importlib @mgp.read_proc def procedure(context...): importlib.reload(foo) foo.call() ``` if `foo`...
When `PROFILE` is run, sometimes there is an error during execution. In the case of an error, it would be nice to get results back (even partial ones) because the...
Example: ``` MATCH (account:Account) SET account += { type: "personal", name: "Pero", } ```
It would be convenient to get the set of all config flags (runtime arguments passed to Memgraph at the start time) by issuing a query, e.g.: * `SHOW ARGUMENTS;` *...
Example: ``` WITH [1, 2, 3] AS arr RETURN sum(arr); ```
### Description Add a random walk in Rust ### Pull request type - [ ] Algorithm Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm - [...
### Description Add template to create Rust query modules ### Pull request type - [ ] Template Module ###################################### ### Reviewer checklist (the reviewer checks this part) #### Module/Algorithm -...