tableData

gcp4s.bigquery.BigQueryClient.tableData$
object tableData

Attributes

Source:
BigQueryClient.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def insertAllAs[A](table: TableReference)(using evidence$2: AsObject[A]): (F, A) => TableDataInsertAllResponse

Attributes

Source:
BigQueryClient.scala
def list(table: TableReference, maxResults: Option[Int], selectedFields: Option[List[String]], startIndex: Option[Long]): Stream[F, TableDataList]

Attributes

Source:
BigQueryClient.scala
def listAs[A](table: TableReference, maxResults: Option[Int], selectedFields: Option[List[String]], startIndex: Option[Long])(using evidence$1: TableRowDecoder[A]): Stream[F, A]

Attributes

Source:
BigQueryClient.scala
def uri(table: TableReference): Uri

Attributes

Source:
BigQueryClient.scala