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()
- 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(source_dataset: String, source_table: String, source_project: Option[String], destination_path: String, destination_file_name: Option[String], destination_format: BQInputType, destination_compression_type: String = "gzip"): ZIO[BQEnv, Throwable, Unit]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getData(query: String): ZIO[BQEnv, Throwable, Iterable[FieldValueList]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def loadPartitionedTable(source_paths_partitions: Seq[(String, String)], source_format: BQInputType, destination_project: Option[String], destination_dataset: String, destination_table: String, write_disposition: WriteDisposition, create_disposition: CreateDisposition, schema: Option[Schema], parallelism: Int): ZIO[BQEnv, Throwable, Map[String, Long]]
- def loadTable(source_path: String, source_format: BQInputType, destination_project: Option[String], destination_dataset: String, destination_table: String, write_disposition: WriteDisposition = JobInfo.WriteDisposition.WRITE_TRUNCATE, create_disposition: CreateDisposition = JobInfo.CreateDisposition.CREATE_NEVER, schema: Option[Schema] = None): ZIO[BQEnv, Throwable, Map[String, Long]]
- def loadTableFromLocalFile(source_locations: Either[String, Seq[(String, String)]], source_format: BQInputType, destination_dataset: String, destination_table: String): ZIO[BQEnv, Throwable, Unit]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()