BigQueryType
Specifies types applicable to BigQuery property translation.
Content copied to clipboard
elide.model.BigQueryOptions.BigQueryType
Properties
Link copied to clipboard
`BOOLEAN` type.
Content copied to clipboard
BOOLEAN = 9;
Link copied to clipboard
`BYTES` type.
Content copied to clipboard
BYTES = 7;
Link copied to clipboard
`DATE` type.
Content copied to clipboard
DATE = 12;
Link copied to clipboard
`DATETIME` type.
Content copied to clipboard
DATETIME = 13;
Link copied to clipboard
`FLOAT64` type.
Content copied to clipboard
FLOAT64 = 4;
Link copied to clipboard
`FLOAT` type.
Content copied to clipboard
FLOAT = 3;
Link copied to clipboard
`GEOGRAPHY` type.
Content copied to clipboard
GEOGRAPHY = 10;
Link copied to clipboard
`INT64` type.
Content copied to clipboard
INT64 = 6;
Link copied to clipboard
`INTEGER` type.
Content copied to clipboard
INTEGER = 5;
Link copied to clipboard
`JSON` (special type).
Content copied to clipboard
JSON = 99;
Link copied to clipboard
`NUMERIC` type.
Content copied to clipboard
NUMERIC = 2;
Link copied to clipboard
`RECORD` type.
Content copied to clipboard
RECORD = 8;
Link copied to clipboard
Default concrete type for BigQuery columns: `STRING`.
Content copied to clipboard
STRING = 1;
Link copied to clipboard
`TIME` type.
Content copied to clipboard
TIME = 11;
Link copied to clipboard
`TIMESTAMP` type.
Content copied to clipboard
TIMESTAMP = 14;
Link copied to clipboard
Unspecified type for Spanner fields.
Content copied to clipboard
UNSPECIFIED_TYPE = 0 [deprecated = true];
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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. This method may be used to iterate over the constants.