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

test_files.runtime-spark.DataFrames.WhereClause6.jq Maven / Gradle / Ivy

(:JIQS: ShouldRun; Output="({ "$i" : 2, "$j" : 3 }, { "$i" : 3, "$j" : 4 })" :)
for $i in parallelize((1,2,3)) let $j := $i + 1 where $j gt 2 return {"$i": $i, "$j": $j}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy