Add Filter v2 capability metadata - #3
Closed
rustyconover wants to merge 1 commit into
Closed
rustyconover wants to merge 1 commit into
rustyconover wants to merge 1 commit into
Conversation
rustyconover
force-pushed
the
codex/filter-v2-generated-capabilities
branch
from
September 11, 2026 01:10
bb2bf15 to
2542a39
Compare
This was referenced Sep 11, 2026
Contributor
Author
|
Superseded by validated PR #4, which includes this capability metadata together with the required Filter-v2 evaluator. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
FunctionInfocapability fields in the C++ SDKvgi.duckdb.standard.v1by default for functions that enable filter pushdownfilters_exactly_appliedas an explicit opt-in independent of auto-applySource-of-truth check
VGI_PYTHON=~/Development/vgi-python scripts/regenerate_protocol.shproduces no diff: the checked-in generated headers already match the current vgi-python 2.0.0 source. This PR closes the handwritten metadata/serializer gap that had caused those generated fields to be silently defaulted empty.Validation
cmake --build build -j 8ctest --test-dir build --output-on-failure(9/9)scripts/format.sh --checkgit diff --checkDependency
Draft until the Filter-v2 runtime evaluator PR lands. Merging this advertisement first would let a producer send required v2 predicates to the legacy parser, so runtime must merge first (or this commit must be rebased atop it and merged together). No runtime-filter algorithms, extension functions, or session-context provider is advertised.