TransformColumn

googleapis.bigquery.TransformColumn
See theTransformColumn companion object
final case class TransformColumn(name: Option[String], transformSql: Option[String], `type`: Option[StandardSqlDataType])

Attributes

Companion
object
Source
TransformColumn.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product