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
- Serializable
- Product
- Equals
- Query
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- 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
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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )