Arguments
[
[
"cherry",
"apple",
"blueberry"
]
]
Query
{
"as": "w",
"from": "args[0]",
"select": "sum(w.length())"
}
Results
20
[
[
"cherry",
"apple",
"blueberry"
]
]
{
"as": "w",
"from": "args[0]",
"select": "sum(w.length())"
}
20