final class DynamicTypedBigQueryOps[T <: HasAnnotation] extends AnyVal
Enhanced version of SCollection with dynamic destinations methods.
- Alphabetic
- By Inheritance
- DynamicTypedBigQueryOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DynamicTypedBigQueryOps(self: SCollection[T])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def saveAsTypedBigQuery(writeDisposition: WriteDisposition = null, createDisposition: CreateDisposition = null)(tableFn: (ValueInSingleWindow[T]) => TableDestination)(implicit tt: scala.reflect.api.JavaUniverse.TypeTag[T]): ClosedTap[Nothing]
Save this SCollection to dynamic BigQuery tables using the specified table function.
Save this SCollection to dynamic BigQuery tables using the specified table function. Note that element type
Tmust be annotated with BigQueryType. - def toString(): String
- Definition Classes
- Any