-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add accessor for collected filter call parameter sets to WhereFilterI…
…ntersection The call_parameter_sets for each of the WhereFilters contained in a WhereFilterIntersection currently have to be accessed one at a time in a list. In addition to making it harder to run sensible validations against an implementation of the WhereFilterIntersection, this also complicates runtime processing for any implementation (e.g., MetricFlow) that needs to access these parameter sets as a collection. This adds a property to the protocol spec for getting a sequence of pairs between the filter expression sql and the call parameter sets it contains, which allows for downstream flexibility for managing the WhereFilter components of a WhereFilterIntersection.
- Loading branch information
Showing
3 changed files
with
107 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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