Internal functions in the VGI DuckDB extension
Function category
Internal
1 functionImplementation details that aren't part of the public API. Listed for completeness — you should not call these directly.
Signature
vgi_native_delegation_marker() → None
Description
Internal: a placeholder table function used by VGI's multi-branch scan rewriter to carry filter and projection pushdown before they are handed to the real worker-backed scan. It is never executed directly and is not part of the public API.