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()
  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, Comparable[_ >: String with Long with Boolean <: Comparable[_ >: String with Long with Boolean <: Serializable] with Serializable] with Serializable]
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getError(job: Job): Option[BatchError]
  15. def getValue(value: FieldValue): Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def initClient(query: SubQuery, builder: Builder): Task[Job]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  20. def loop(query: SubQuery, builder: Builder, job: Job, result: TableResult): Task[Unit]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def rewriteException(e: Exception): Exception
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toBatch(job: Job, result: TableResult, rowsSoFar: Long): Batch
  27. def toColumns(result: TableResult): Option[List[BatchColumn]]
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. def waitForFinish(job: Job, activeQuery: SubQuery): Task[Job]

Inherited from LazyLogging

Inherited from Executor

Inherited from AnyRef

Inherited from Any

Ungrouped