case class UnionProgram(inputs: Vector[SingleTableGeneratorProgram], all: Boolean, result: TabularData, inOrder: Boolean) extends SingleTableGeneratorProgram with Product with Serializable
A Program for performing unions.
- inputs
different inputs for the program.
- all
if true emit all rows
- inOrder
extension, emit result from left to right (makes it order deterministic)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnionProgram
- Serializable
- Serializable
- Product
- Equals
- SingleTableGeneratorProgram
- TableGeneratorProgram
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
UnionProgram(inputs: Vector[SingleTableGeneratorProgram], all: Boolean, result: TabularData, inOrder: Boolean)
- inputs
different inputs for the program.
- all
if true emit all rows
- inOrder
extension, emit result from left to right (makes it order deterministic)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val all: Boolean
-
def
allResults: Vector[TabularData]
Return the type of all result tables
Return the type of all result tables
- Definition Classes
- TableGeneratorProgram
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
extraResults: Vector[TabularData]
Extra results (in case of MultiTableGeneratorProgram)
Extra results (in case of MultiTableGeneratorProgram)
- Definition Classes
- SingleTableGeneratorProgram → TableGeneratorProgram
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inOrder: Boolean
- val inputs: Vector[SingleTableGeneratorProgram]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
maxInputSource: Int
Maximum id of input sources
Maximum id of input sources
- Definition Classes
- UnionProgram → TableGeneratorProgram
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
val
result: TabularData
Result Data Type.
Result Data Type.
- Definition Classes
- UnionProgram → TableGeneratorProgram
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )