case class SelectProgram(input: Option[SingleTableGeneratorProgram] = None, selector: Option[Program], projector: Option[Program], result: TabularData) extends SingleTableGeneratorProgram with Product with Serializable
A compiled Select Statement.
- input
where the data comes from (default to port 0)
- selector
a program doing the selection. called with a row, returns bool on the stack if it succeeds. If empty, the row is always selected.
- projector
a program doing the projection. called with a row, returns the translated row. If empty, the row is returned untouched.
- Alphabetic
- By Inheritance
- SelectProgram
- Serializable
- Serializable
- Product
- Equals
- SingleTableGeneratorProgram
- TableGeneratorProgram
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
SelectProgram(input: Option[SingleTableGeneratorProgram] = None, selector: Option[Program], projector: Option[Program], result: TabularData)
- input
where the data comes from (default to port 0)
- selector
a program doing the selection. called with a row, returns bool on the stack if it succeeds. If empty, the row is always selected.
- projector
a program doing the projection. called with a row, returns the translated row. If empty, the row is returned untouched.
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
-
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 input: Option[SingleTableGeneratorProgram]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
maxInputSource: Int
Maximum id of input sources
Maximum id of input sources
- Definition Classes
- SelectProgram → 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 projector: Option[Program]
-
val
result: TabularData
Result Data Type.
Result Data Type.
- Definition Classes
- SelectProgram → TableGeneratorProgram
- val selector: Option[Program]
-
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( ... )