Vertaling van "type struct" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Le troisième argument est un pointeur sur une variable de type struct flock qui décrit le verrouillage.
The third argument is a pointer to a variable of struct flock type, describing the lock.
Remarquez que vous pouvez allouer toutes vos variables statiques dans ce segment de mémoire partagée en déclarant simplement vos variables partagées comme étant les membres d'une structure de type struct, et en déclarant shmptr comme étant un pointeur vers ce type de données.
Notice that you can allocate all your static shared variables into this shared memory segment by simply declaring all shared variables as members of a struct type, and declaring shmptr to be a pointer to that type.
Les fonctions asctime() et mktime() utilisent toutes deux un argument de type struct tm, c'est-à-dire une représentation binaire divisée en année, mois, jour, heure...
The asctime() and mktime() functions both take an argument representing broken-down time which is a representation separated into year, month, day, etc.
Le type struct sockaddr est défini afin de pouvoir passer n'importe quel type d'adresse de socket aux interface dans l'API des sockets.
To allow any type of socket address to be passed to interfaces in the sockets API, the type struct sockaddr is defined.
Parmi toutes celles-ci, nous allons nous focaliser sur le support du type Struct et des colonnes répétées.
Out of all those features, let's talk about the support of Struct data types and repeated columns.
Les colonnes de type Struct - que nous appellerons colonnes complexes - permettent de définir le contenu d'une colonne comme une structure ayant plusieurs propriétés typées (STRUCT).
Complex columns Struct type columns (we'll call them complex columns) allow you to define the content of the column as a struct with multiple typed properties (STRUCT).
Dans une colonne STRUCT, vous pouvez également définir une ou plusieurs colonnes enfants de type STRUCT (appelées STRUCT imbriqués ou répétés).
In a STRUCT column, you can also define one or more of the child columns as STRUCT types (referred to as nested or embedded STRUCTs).
Les valeurs de type STRUCT peuvent être NULL ou avoir des valeurs de champ NULL.
STRUCT values can be NULL, or can have NULL field values.
Remarque : Dans BigQuery, une requête ne peut renvoyer qu'une table de valeurs avec un type STRUCT.
Note: In BigQuery, a query can only return a value table with a type of STRUCT.
BigQuery accepte les colonnes de type STRUCT (ou RECORD).