StandardSqlDataTypeTypeKind

Required. The top level type of this field. Can be any GoogleSQL data type (e.g., "INT64", "DATE", "ARRAY").

Entries

Link copied to clipboard

Invalid type.

Link copied to clipboard

Encoded as a string in decimal format.

Link copied to clipboard

Encoded as a boolean "false" or "true".

Link copied to clipboard

Encoded as a number, or string "NaN", "Infinity" or "-Infinity".

Link copied to clipboard

Encoded as a string value.

Link copied to clipboard

Encoded as a base64 string per RFC 4648, section 4.

Link copied to clipboard

Encoded as an RFC 3339 timestamp with mandatory "Z" time zone string: 1985-04-12T23:20:50.52Z

Link copied to clipboard

Encoded as RFC 3339 full-date format string: 1985-04-12

Link copied to clipboard

Encoded as RFC 3339 partial-time format string: 23:20:50.52

Link copied to clipboard

Encoded as RFC 3339 full-date "T" partial-time: 1985-04-12T23:20:50.52

Link copied to clipboard

Encoded as fully qualified 3 part: 0-5 15 2:30:45.6

Link copied to clipboard

Encoded as WKT

Link copied to clipboard

Encoded as a decimal string.

Link copied to clipboard

Encoded as a decimal string.

Link copied to clipboard

Encoded as a string.

Link copied to clipboard

Encoded as a list with types matching Type.array_type.

Link copied to clipboard

Encoded as a list with fields of type Type.struct_typei. List is used because a JSON object cannot have duplicate field names.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): StandardSqlDataTypeTypeKind
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: StandardSqlDataTypeTypeKind
Link copied to clipboard
Link copied to clipboard