Skip to content
Snippets Groups Projects
Unverified Commit 802ba4ba authored by jason's avatar jason Committed by GitHub
Browse files

Merge pull request #328 from madgik/dev/689/min_row_count-in-udfs

MIP-689 Pass min_row_count in udfs

- Add new `placeholder` input type factory to UDF generator (see documentation).
- Add `MIN_ROW_COUNT` as special case of the above type, to allow this value to be passed in UDFs. This feature targets specifically _Descriptive Statistics_ and _Histograms_, which are the only algorithms that must use this value internally (closes [MIP-689](https://team-1617704806227.atlassian.net/browse/MIP-689)).
- `min_row_count` is now equal to 1 in algorithm validation tests.
parents c518ef4b 4572f50b
No related branches found
No related tags found
1 merge request!325nodes generating empty view tables are excluded from the algorithm execution
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment