Not Implemented Method in Scala

Signaling unimplemented code sections using Scala's ??? keyword.
def myFun(x: Int, y: Int): Int = 
    val myInt1: Int = x
    val myInt2: Int = y
    ???

myFun(1, 2)

// scala.NotImplementedError: an implementation is missing
Scala
Over the last two articles of this series, we have discussed different Big Data file formats and their overall…
Machine learning has revolutionized the way we approach problem-solving and decision-making. As a subset of artificial intelligence, it has…
In the first part of this 3-article series, we introduced the concepts of columnar file formats & row-based file formats. We also…
Sentiment analysis is a Natural Language Processing (NLP) technique which consists of identifying the emotional tone behind a body…

Request Full Resume