-
Notifications
You must be signed in to change notification settings - Fork 24
engine: implement builtin functions #186
Copy link
Copy link
Open
Labels
changelogThis requires an entry in the changelog for the next versionThis requires an entry in the changelog for the next versioncomponent/engineEngine issuesEngine issuesfeatureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Metadata
Metadata
Assignees
Labels
changelogThis requires an entry in the changelog for the next versionThis requires an entry in the changelog for the next versioncomponent/engineEngine issuesEngine issuesfeatureNew feature or enhancementNew feature or enhancementgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
The most basic builtin functions should be implemented. These are the following.
RANDOMCOUNTUCASELCASENOWMINMAXEvery single one needs extensive testing, as well as benchmarks (no optimization, just benchmarks).
They also need very detailed documentation on how they work and what they do exactly.