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

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

(:JIQS: ShouldRun; Output="({ "target" : "Russian", "count" : 1 }, { "target" : "Russian", "count" : 2 }, { "target" : "Czech", "count" : 3 }, { "target" : "Serbian", "count" : 4 }, { "target" : "Serbian", "count" : 5 })" :)
for $i in json-file("./src/main/resources/queries/conf-ex.json")
count $c
return { "target" : $i."target", "count" : $c }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy