All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test_files.runtime-spark.LocalClauses.WhereClauseLocal4.jq Maven / Gradle / Ivy

(:JIQS: ShouldRun; Output="(2, 4, 6, 8)" :)
let $sequence := 1 to 10
for $value in $sequence
let $square := $value * 2
where $square lt 10
return $square




© 2015 - 2025 Weber Informatics LLC | Privacy Policy