Package io.squashql.transaction
Class BigQueryDataLoader
java.lang.Object
io.squashql.transaction.BigQueryDataLoader
- All Implemented Interfaces:
DataLoader
-
Field Summary
Fields inherited from interface io.squashql.transaction.DataLoader
MAIN_SCENARIO_NAME, SCENARIO_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionBigQueryDataLoader(com.google.cloud.bigquery.BigQuery bigquery, String datasetName) -
Method Summary
Modifier and TypeMethodDescriptionvoiddropAndCreateInMemoryTable(String tableName, List<Field> fields) com.google.cloud.bigquery.BigQueryvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.squashql.transaction.DataLoader
load
-
Constructor Details
-
BigQueryDataLoader
-
-
Method Details
-
getBigQuery
public com.google.cloud.bigquery.BigQuery getBigQuery() -
dropAndCreateInMemoryTable
-
load
- Specified by:
loadin interfaceDataLoader
-
loadCsv
- Specified by:
loadCsvin interfaceDataLoader
-