Packages

class BigQueryQueryExecutor extends Executor with LazyLogging

Linear Supertypes
LazyLogging, Executor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BigQueryQueryExecutor
  2. LazyLogging
  3. Executor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BigQueryQueryExecutor(client: BigQueryClient, advanceTimeout: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val advanceTimeout: Long
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val client: BigQueryClient
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def execute(query: SubQuery, builder: Builder): Task[Unit]
    Definition Classes
    BigQueryQueryExecutor → Executor
  11. def fetchStatistics(job: Job): Map[String, Constable with Comparable[_ >: String with Long with Boolean <: Constable with Comparable[_ >: String with Long with Boolean <: Constable with Serializable] with Serializable] with Serializable { def describeConstable(): java.util.Optional[_ >: String with Long with java.lang.constant.DynamicConstantDesc[Boolean] <: java.lang.constant.ConstantDesc] }]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getError(job: Job): Option[BatchError]
  14. def getValue(value: FieldValue): Any
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def initClient(query: SubQuery, builder: Builder): Task[Job]
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  19. def loop(query: SubQuery, builder: Builder, job: Job, result: TableResult): Task[Unit]
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def rewriteException(e: Exception): Exception
  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. def toBatch(job: Job, result: TableResult, rowsSoFar: Long): Batch
  26. def toColumns(result: TableResult): Option[List[BatchColumn]]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def waitForFinish(job: Job, activeQuery: SubQuery): Task[Job]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from LazyLogging

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Ungrouped