Add library params builder to improve the engine evaluate API for Java users#1658
Merged
Add library params builder to improve the engine evaluate API for Java users#1658
Conversation
|
Formatting check succeeded! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1658 +/- ##
============================================
- Coverage 65.88% 65.88% -0.01%
Complexity 1645 1645
============================================
Files 477 477
Lines 27496 27503 +7
Branches 5467 5470 +3
============================================
+ Hits 18117 18120 +3
- Misses 7083 7084 +1
- Partials 2296 2299 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
JPercival
approved these changes
Jan 12, 2026
|
lukedegruchy
approved these changes
Jan 13, 2026
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.



Adds
LibraryParamsclass with a builder that can be used in Java as followsKotlin usage is documented here for context https://github.com/cqframework/clinical_quality_language/wiki/CQL-Engine-Evaluation-API.