final case class BigQueryTaps(self: Taps) extends Product with Serializable
- Source
- taps.scala
- Alphabetic
- By Inheritance
- BigQueryTaps
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- 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 bigQuerySelect(sqlQuery: String, flattenResults: Boolean = false): Future[Tap[TableRow]]
Get a
Future[Tap[TableRow]]
for BigQuery SELECT query. - def bigQueryStorage(table: TableReference, readOptions: TableReadOptions): Future[Tap[TableRow]]
- def bigQueryTable(tableSpec: String): Future[Tap[TableRow]]
Get a
Future[Tap[TableRow]]
for BigQuery table. - def bigQueryTable(table: TableReference): Future[Tap[TableRow]]
Get a
Future[Tap[TableRow]]
for BigQuery table. - 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 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()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val self: Taps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tableRowJsonFile(path: String, params: ReadParam = TableRowJsonIO.ReadParam()): Future[Tap[TableRow]]
Get a
Future[Tap[TableRow]]
for a BigQuery TableRow JSON file. - def typedBigQuery[T <: HasAnnotation](newSource: String = null)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], arg1: Coder[T]): Future[Tap[T]]
Get a
Future[Tap[T]]
for typed BigQuery source. - def typedBigQueryStorage[T](table: TableReference, readOptions: TableReadOptions)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[T], arg1: Coder[T]): Future[Tap[T]]
- 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()