Class/Object

com.ebiznext.comet.job.index.bqload

BigQueryNativeJob

Related Docs: object BigQueryNativeJob | package bqload

Permalink

class BigQueryNativeJob extends JobBase with BigQueryJobBase

Linear Supertypes
BigQueryJobBase, JobBase, StrictLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigQueryNativeJob
  2. BigQueryJobBase
  3. JobBase
  4. StrictLogging
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigQueryNativeJob(cliConfig: BigQueryLoadConfig, sql: String, udf: Option[String])(implicit settings: Settings)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def applyTableIamPolicy(tableId: TableId, rls: RowLevelSecurity): Policy

    Permalink

    To set access control on a table or view, we can use Identity and Access Management (IAM) policy After you create a table or view, you can set its policy with a set-iam-policy call For each call, we compare if the existing policy is equal to the defined one (in the Yaml file) If it's the case, we do nothing, otherwise we update the Table policy

    To set access control on a table or view, we can use Identity and Access Management (IAM) policy After you create a table or view, you can set its policy with a set-iam-policy call For each call, we compare if the existing policy is equal to the defined one (in the Yaml file) If it's the case, we do nothing, otherwise we update the Table policy

    Definition Classes
    BigQueryJobBase
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val bigquery: BigQuery

    Permalink
    Definition Classes
    BigQueryJobBase
  7. val bqTable: String

    Permalink
    Definition Classes
    BigQueryJobBase
  8. val cliConfig: BigQueryLoadConfig

    Permalink
    Definition Classes
    BigQueryNativeJobBigQueryJobBase
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val datasetId: DatasetId

    Permalink
    Definition Classes
    BigQueryJobBase
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getOrCreateDataset(): Dataset

    Permalink
    Definition Classes
    BigQueryJobBase
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    StrictLogging
  19. def name: String

    Permalink
    Definition Classes
    BigQueryNativeJobJobBase
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def prepareRLS(): List[String]

    Permalink
    Definition Classes
    BigQueryJobBase
  24. val projectId: String

    Permalink
    Definition Classes
    BigQueryNativeJobBigQueryJobBase
  25. def run(): Try[JobResult]

    Permalink

    Just to force any spark job to implement its entry point within the "run" method

    Just to force any spark job to implement its entry point within the "run" method

    returns

    : Spark Session used for the job

    Definition Classes
    BigQueryNativeJobJobBase
  26. def runJob(statement: String, location: String): Job

    Permalink
    Definition Classes
    BigQueryJobBase
  27. def runNativeConnector(): Try[BigQueryJobResult]

    Permalink
  28. def runSQL(sql: String): BigQueryJobResult

    Permalink
  29. implicit val settings: Settings

    Permalink
    Definition Classes
    BigQueryNativeJobJobBase
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. val tableId: TableId

    Permalink
    Definition Classes
    BigQueryJobBase
  32. def timePartitioning(partitionField: String, days: Option[Int] = None, requirePartitionFilter: Boolean): Builder

    Permalink
    Definition Classes
    BigQueryJobBase
  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BigQueryJobBase

Inherited from JobBase

Inherited from StrictLogging

Inherited from AnyRef

Inherited from Any

Ungrouped