Skip to content

Review create zscore native function#4527

Open
wendy-nweje wants to merge 2 commits intofinos:masterfrom
wendy-nweje:review-zscore-native-function
Open

Review create zscore native function#4527
wendy-nweje wants to merge 2 commits intofinos:masterfrom
wendy-nweje:review-zscore-native-function

Conversation

@wendy-nweje
Copy link
Contributor

What type of PR is this?

  • Improvement

What does this PR do / why is it needed ?

A native function that creates a new column with zscore computations.

Which issue(s) this PR fixes:

Fixes #

Other notes for reviewers:

Does this PR introduce a user-facing change?

No

@wendy-nweje wendy-nweje requested a review from a team as a code owner March 9, 2026 19:34
MutableList<ValueSpecification> result = Lists.mutable.with(firstProcessedParameter);
GenericType gt = firstProcessedParameter._genericType();

if (cc.pureModel.taxonomyTypes("cov_tds_TabularDataSet").contains(gt._rawType()._name()))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we just dont support this on TDS and just support on the strategic type, Relation? Your function expression is only for relation too :)

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Test Results

  1 078 files   -      18    1 078 suites   - 18   3h 19m 40s ⏱️ - 1h 17m 55s
13 662 tests  -      79  13 486 ✔️  -      79  176 💤 ±0  0 ±0 
33 316 runs   - 2 722  33 140 ✔️  - 2 722  176 💤 ±0  0 ±0 

Results for commit 5f752b1. ± Comparison against base commit 8c231ad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants