case class AnonymousInput(inputType: TabularData, slot: Int = 0) extends Query with Product with Serializable
Anonymous input (e.g. plain select on given TabularType)
- inputType
type of input
- slot
the anonymous slot (for multiple inputs)
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AnonymousInput
- Serializable
- Product
- Equals
- Query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AnonymousInput(inputType: TabularData, slot: Int = 0)
- inputType
type of input
- slot
the anonymous slot (for multiple inputs)
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val inputType: TabularData
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def resultingQueryType: QueryTabularType
- Definition Classes
- AnonymousInput → Query
- lazy val resultingTabularType: TabularData
Resulting tabular type, shadowing if necessary.
Resulting tabular type, shadowing if necessary.
- Definition Classes
- Query
- def run(inputs: TabularBundle*): Either[String, TabularBundle]
Execute this query on a number of bundles
Execute this query on a number of bundles
- Definition Classes
- Query
- val slot: Int
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toStatement: String
- Definition Classes
- Query
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])