Arguments
[
[
5,
4,
1,
3,
9,
8,
6,
7,
2,
0
]
]
Query
{
"where": "n % 2 == 1",
"as": "n",
"from": "args[0]",
"select": "count(n)"
}
Results
5
[
[
5,
4,
1,
3,
9,
8,
6,
7,
2,
0
]
]
{
"where": "n % 2 == 1",
"as": "n",
"from": "args[0]",
"select": "count(n)"
}
5