public class BigQuerySchemaResolver extends Object
| Modifier and Type | Method and Description |
|---|---|
static BigQuerySchemaResolver |
getInstance() |
static String |
schemaToSqlString(com.google.cloud.bigquery.Schema schema)
Converts a BigQuery schema to the string representation used in the BigQuery SQL command to create the manifest based table.
|
public static BigQuerySchemaResolver getInstance()
public static String schemaToSqlString(com.google.cloud.bigquery.Schema schema)
schema - The BigQuery schemaCopyright © 2024 The Apache Software Foundation. All rights reserved.