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

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

(:JIQS: ShouldRun; Output="({ "product" : "broiler", "quantity" : 20 }, { "product" : "broiler3", "quantity" : 20 }, { "product" : "broiler2", "quantity" : 20 })":)
for $i in (
   { "product" : "broiler", "quantity" : 20  },
   { "product" : "broiler3", "quantity" : 20  },
   { "product" : "broiler2", "quantity" : 20  })
order by $i."quantity" descending
return $i


(: equal key ordering - descending (gives same result as ascending) :)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy