StandardSqlDataTypeTypeKind

googleapis.bigquery.StandardSqlDataTypeTypeKind
See theStandardSqlDataTypeTypeKind companion class

Attributes

Companion
class
Source
StandardSqlDataTypeTypeKind.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object ARRAY extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
ARRAY.type

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BIGNUMERIC.type
case object BOOL extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BOOL.type
case object BYTES extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BYTES.type
case object DATE extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DATE.type

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
DATETIME.type
case object FLOAT64 extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
FLOAT64.type

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
GEOGRAPHY.type
case object INT64 extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INT64.type

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
INTERVAL.type
case object JSON extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
JSON.type
case object NUMERIC extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
NUMERIC.type
case object RANGE extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
RANGE.type
case object STRING extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
STRING.type
case object STRUCT extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
STRUCT.type
case object TIME extends StandardSqlDataTypeTypeKind

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TIME.type

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
TIMESTAMP.type

Attributes

Source
StandardSqlDataTypeTypeKind.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def fromString(input: String): Either[String, StandardSqlDataTypeTypeKind]

Concrete fields