final case class BigQueryTypedTap[T](table: Table, fn: (GenericRecord, TableSchema) => T)(implicit evidence$1: Coder[T]) extends Tap[T] with Product with Serializable
- Source
- taps.scala
- Alphabetic
- By Inheritance
- BigQueryTypedTap
- Product
- Equals
- Tap
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new BigQueryTypedTap(table: Table, fn: (GenericRecord, TableSchema) => T)(implicit arg0: Coder[T])
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
- lazy val client: BigQuery
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatMap[U](f: (T) => TraversableOnce[U])(implicit arg0: Coder[U]): Tap[U]
- Definition Classes
- Tap
- val fn: (GenericRecord, TableSchema) => T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def map[U](f: (T) => U)(implicit arg0: Coder[U]): Tap[U]
Map items from
T
toU
.Map items from
T
toU
.- Definition Classes
- Tap
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def open(sc: ScioContext): SCollection[T]
Open data set as an SCollection.
Open data set as an SCollection.
- Definition Classes
- BigQueryTypedTap → Tap
- val parent: Option[Tap[_]]
Parent of this Tap before map.
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val table: Table
- lazy val ts: TableSchema
- def value: Iterator[T]
Read data set into memory.
Read data set into memory.
- Definition Classes
- BigQueryTypedTap → Tap
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()