BigQueryApi (BigQuery APIs)
createTable
BigQueryApi.createTable(String datasetName, String tableName, Schema schema)
or
BigQueryApi.createTable(String datasetName, String tableName, List<Map<String, Object>> classAttrs)
or
BigQueryApi.createTable(String datasetName, String tableName,
List<Map<String, Object>> csvSchema, List<Map<String, Object>> classAttrs, List<Map<String, Object>> mappings)datasetName: dataset name
tableName: table name
schema: schema object
classAttrs: class attributes
csvSchema: csv representation object
mappings: mappings objectgetBQDataSets
getBQTables
getTable
getTableFields
Parameters
Returns
executeQuery
getBigQueryIterator
insertRows
importCSVIntoTable
importCSVbyURIIntoTable
exportTableToCSV
exportTableToCSVByURI
exportTable
bigQueryToCSV
getpage
Parameters
Returns
createTableFromCSV
Parameters
Returns
importJSONbyURIIntoTable
Parameters
Returns
bigQueryToCSVWithScript
Parameters
Returns
Last updated
Was this helpful?