Introduction
The field list also displays the field type to make it easier to use.
How it works
The fields are used in the classic way as in SQL.
The difference concerns MAP type fields, which do not exist in SQL. The name of these fields in the list corresponds directly to what must be indicated in the query to use them.
Ex: params["other"] The params field is a MAP type. Its variable is other.
Here's the list of available field types:
| STRING |
| ARRAY_STRING |
| INTEGER |
| BIGINT |
| TIMESTAMP |
| MAP_STRING |
| BOOLEAN |
| DECIMAL |
| DATE |
| DOUBLE |
| FLOAT |
| LONG |
| BINARY |
| STRUCT |