Lire le format Avro
bookmark_borderbookmark
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Utilisez le connecteur BigQueryIO pour lire au format Avro.
En savoir plus
Pour obtenir une documentation détaillée incluant cet exemple de code, consultez les articles suivants :
Exemple de code
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Difficile à comprendre","hardToUnderstand","thumb-down"],["Informations ou exemple de code incorrects","incorrectInformationOrSampleCode","thumb-down"],["Il n'y a pas l'information/les exemples dont j'ai besoin","missingTheInformationSamplesINeed","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Autre","otherDown","thumb-down"]],[],[[["This code sample demonstrates how to use the BigQueryIO connector to read data in Avro format from a BigQuery table."],["The code defines a custom data type, `MyData`, to hold records read from the table, with fields for `name` and `age`."],["A `FromSchemaAndRecord` function is implemented to convert Avro records from BigQuery into `MyData` instances."],["The pipeline reads data using `BigQueryIO.read()` and a custom parsing function, then maps it to the `MyData` type for processing."],["The sample outputs the data to the system, providing name and age from each record that was read from the BigQuery table."]]],[]]