Skip to content

Commit

Permalink
feat: partialColFrom and new function completed
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Oct 22, 2023
1 parent ee32063 commit 7800246
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/insertFuns.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
{ "type": "FLOAT", "name": "phase", "fun": "1*sin(x)+1*random(3)"},
{ "type": "INT", "name": "c1", "fun": "count(0,100,1,0) + 100"},
{ "type": "INT", "name": "c2", "fun": "saw(-100,100,20,0) + 1000"},
{ "type": "float", "name": "c3", "fun": "square(0,50,10,3)+20+ 80"},
{ "type": "INT", "name": "c4", "fun": "tri(-20,40,20,5)+50*random(12)+ 10000"} ],
{ "type": "float", "name": "c3", "fun": "square(0,50,10,3)+20+ 80"},
{ "type": "INT", "name": "c4", "fun": "tri(-20,40,20,5)+50*random(12)+ 10000"} ],
"tags": [
{
"type": "TINYINT",
Expand Down

0 comments on commit 7800246

Please sign in to comment.