Skip to main content

register_plugin_aggregate

Function register_plugin_aggregate 

Source
pub fn register_plugin_aggregate(qname: impl Into<String>)
Expand description

Register a fully-qualified aggregate name ("namespace.local") so the Cypher planner routes calls to it through the aggregate translation path instead of scalar UDF resolution.

The name is stored lowercase. Calls are idempotent.