object BQApi
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BQApi
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def executeQuery(query: String): ZIO[BQEnv, Throwable, Unit]
- def exportTable(sourceDataset: String, sourceTable: String, sourceProject: Option[String], destinationPath: String, destinationFileName: Option[String], destinationFormat: BQInputType, destinationCompressionType: String = "gzip"): ZIO[BQEnv, Throwable, Unit]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getData(query: String): ZIO[BQEnv, Throwable, Iterable[FieldValueList]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadPartitionedTable(sourcePathsPartitions: Seq[(String, String)], sourceFormat: BQInputType, destinationProject: Option[String], destinationDataset: String, destinationTable: String, writeDisposition: WriteDisposition, createDisposition: CreateDisposition, schema: Option[Schema], parallelism: Int): ZIO[BQEnv, Throwable, Map[String, Long]]
- def loadTable(sourcePath: String, sourceFormat: BQInputType, destinationProject: Option[String], destinationDataset: String, destinationTable: String, writeDisposition: WriteDisposition = JobInfo.WriteDisposition.WRITE_TRUNCATE, createDisposition: CreateDisposition = JobInfo.CreateDisposition.CREATE_NEVER, schema: Option[Schema] = None): ZIO[BQEnv, Throwable, Map[String, Long]]
- def loadTableFromLocalFile(sourceLocations: Either[String, Seq[(String, String)]], sourceFormat: BQInputType, destinationDataset: String, destinationTable: String): ZIO[BQEnv, Throwable, 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated