Answer Posted / Jagpreet Singh
In Apache Spark, Lambda functions are anonymous functions that can be passed as arguments to higher-order functions like map, filter, and reduce. They allow for more concise and expressive code by avoiding the need to define separate function objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers