final class DynamicTableRowBigQueryOps[T <: TableRow] extends AnyVal
Enhanced version of SCollection with dynamic destinations methods.
- Source
- SCollectionSyntax.scala
- Alphabetic
- By Inheritance
- DynamicTableRowBigQueryOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new DynamicTableRowBigQueryOps(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 saveAsBigQuery(schema: TableSchema, writeDisposition: WriteDisposition = null, createDisposition: CreateDisposition = null, extendedErrorInfo: Boolean = false)(tableFn: (ValueInSingleWindow[T]) => TableDestination): 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 elements must be of type TableRow.
- def toString(): String
- Definition Classes
- Any