Interroger Bigtable avec une table permanente
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Interrogez les données d'une instance Bigtable en créant une table permanente.
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 query data from a Bigtable instance by creating a permanent external table in BigQuery."],["The sample utilizes the BigQuery Java API to configure and create an external table linked to the specified Bigtable table using a source URI."],["The code shows how to define column families and columns, specifying details like field names, types, and encodings, for mapping Bigtable data to the external table."],["Authentication to BigQuery and setting up Application Default Credentials are required for the client libraries to interact with the BigQuery instance."],["The sample demonstrates how to set up options for the Bigtable external table, and how to perform a query against the newly created external table."]]],[]]