final class SCollectionTableRowOps[T <: TableRow] extends AnyVal
Enhanced version of SCollection with BigQuery methods.
- Alphabetic
- By Inheritance
- SCollectionTableRowOps
- AnyVal
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SCollectionTableRowOps(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 saveAsBigQueryTable(table: Table, schema: TableSchema = BigQueryTable.WriteParam.DefaultSchema, writeDisposition: WriteDisposition = BigQueryTable.WriteParam.DefaultWriteDisposition, createDisposition: CreateDisposition = BigQueryTable.WriteParam.DefaultCreateDisposition, tableDescription: String = BigQueryTable.WriteParam.DefaultTableDescription, timePartitioning: TimePartitioning = BigQueryTable.WriteParam.DefaultTimePartitioning): ClosedTap[TableRow]
Save this SCollection as a BigQuery table.
Save this SCollection as a BigQuery table. Note that elements must be of type TableRow.
- def saveAsTableRowJsonFile(path: String, numShards: Int = TableRowJsonWriteParam.DefaultNumShards, compression: Compression = TableRowJsonWriteParam.DefaultCompression): ClosedTap[TableRow]
Save this SCollection as a BigQuery TableRow JSON text file.
Save this SCollection as a BigQuery TableRow JSON text file. Note that elements must be of type TableRow.
- def toString(): String
- Definition Classes
- Any