nvander1 commented on issue #24761: [SPARK-27905] [SQL] Add higher order function 'forall' URL: https://github.com/apache/spark/pull/24761#issuecomment-499904647 @ueshin Re: the references for forall, its a fairly standard higher order function like exists, filter, map https://www.scala-lang.org/api/current/scala/collection/IterableLike.html#forall(p:A=%3EBoolean):Boolean https://www.scala-lang.org/api/current/scala/collection/IterableLike.html#exists(p:A=%3EBoolean):Boolean https://www.scala-lang.org/api/current/scala/collection/IterableLike.html#filter(p:A=%3EBoolean):Repr
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
