portal entry

select a category, or use search below
(searches all categories and all time range)
Title:

Map, Reduce, and Filter functions in a query object in ColdFusion

| View in Portal
November 01, 2017 09:08:13 AM GMT
0 Comments
In my previous blog, I had shown with examples, how you’d use map, filter, and reduce on arrays to manipulate values in an array. To reiterate, map transforms the values in an array (or struct or list), filter filters a value that satisfies a condition, and reduce reduces the values to a single value. In this blog, we shall see how to apply map, filter, and reduce functions on query objects. Map The map function iterates over each row of the […]
Labels: Blog, ColdFusion, map reduce filter function, query filter, query map, query reduce

Comments: