pub fn register_generator_source(
registry: &ConnectorRegistry,
) -> Result<(), ConnectorError>Expand description
Registers the generator source so CREATE SOURCE ... FROM GENERATOR (...) resolves.
ยงErrors
Returns the registry error when the name is already registered or the registry is frozen.