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.