Packages

c

com.spotify.scio.bigquery.syntax

SCollectionTableRowOps

final class SCollectionTableRowOps[T <: TableRow] extends AnyVal

Enhanced version of SCollection with BigQuery methods.

Source
SCollectionSyntax.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SCollectionTableRowOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SCollectionTableRowOps(self: SCollection[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def saveAsBigQueryTable(table: Table, schema: TableSchema = TypedTableWriteParam.DefaultSchema, writeDisposition: WriteDisposition = TypedTableWriteParam.DefaultWriteDisposition, createDisposition: CreateDisposition = TypedTableWriteParam.DefaultCreateDisposition, tableDescription: String = TypedTableWriteParam.DefaultTableDescription, timePartitioning: TimePartitioning = TypedTableWriteParam.DefaultTimePartitioning, clustering: Clustering = TypedTableWriteParam.DefaultClustering, method: Method = TypedTableWriteParam.DefaultMethod, triggeringFrequency: Duration = TypedTableWriteParam.DefaultTriggeringFrequency, sharding: Sharding = TypedTableWriteParam.DefaultSharding, failedInsertRetryPolicy: InsertRetryPolicy = TypedTableWriteParam.DefaultFailedInsertRetryPolicy, successfulInsertsPropagation: Boolean = TableWriteParam.DefaultSuccessfulInsertsPropagation, extendedErrorInfo: Boolean = TypedTableWriteParam.DefaultExtendedErrorInfo, configOverride: BigQueryTypedTable.WriteParam.ConfigOverride[TableRow] = TableWriteParam.DefaultConfigOverride): ClosedTap[TableRow]

    Save this SCollection as a BigQuery table.

    Save this SCollection as a BigQuery table. Note that elements must be of type TableRow.

    returns

    a ClosedTap containing some side output(s) depending on the given parameters

  8. def saveAsTableRowJsonFile(path: String, numShards: Int = TableRowJsonWriteParam.DefaultNumShards, suffix: String = TableRowJsonWriteParam.DefaultSuffix, compression: Compression = TableRowJsonWriteParam.DefaultCompression, shardNameTemplate: String = TableRowJsonWriteParam.DefaultShardNameTemplate, tempDirectory: String = TableRowJsonWriteParam.DefaultTempDirectory, filenamePolicySupplier: FilenamePolicySupplier = TableRowJsonWriteParam.DefaultFilenamePolicySupplier, prefix: String = TableRowJsonWriteParam.DefaultPrefix): 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.

    returns

    a ClosedTap containing some side output(s) depending on the given parameters

  9. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped