class BigQueryQueryExecutor extends Executor with LazyLogging
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BigQueryQueryExecutor
- LazyLogging
- Executor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BigQueryQueryExecutor(client: BigQueryClient, advanceTimeout: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val advanceTimeout: Long
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val client: BigQueryClient
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
execute(query: SubQuery, builder: Builder): Task[Unit]
- Definition Classes
- BigQueryQueryExecutor → Executor
- 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] }]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getError(job: Job): Option[BatchError]
- def getValue(value: FieldValue): Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def initClient(query: SubQuery, builder: Builder): Task[Job]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
- Annotations
- @transient()
- def loop(query: SubQuery, builder: Builder, job: Job, result: TableResult): Task[Unit]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def rewriteException(e: Exception): Exception
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toBatch(job: Job, result: TableResult, rowsSoFar: Long): Batch
- def toColumns(result: TableResult): Option[List[BatchColumn]]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def waitForFinish(job: Job, activeQuery: SubQuery): Task[Job]
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated