TableScanContext

case class TableScanContext(target: Option[Node])

A holder for remembering the target output table to connect it with the inner table inputs.

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product