Skip to main content

Module worker

Module worker 

Source
Expand description

The VGI worker: owns function registries (via Dispatcher), builds the RPC server, and drives transport selection from argv.

Structs§

Worker
A VGI worker: the process DuckDB launches and talks to.

Constants§

VGI_PROTOCOL_NAME
RPC protocol name; must match the Python VgiProtocol.
VGI_PROTOCOL_VERSION
VGI wire protocol version advertised to the C++ extension.