Package io.squashql.transaction
Class BigQueryTransactionManager
java.lang.Object
io.squashql.transaction.BigQueryTransactionManager
- All Implemented Interfaces:
TransactionManager
-
Field Summary
Fields inherited from interface io.squashql.transaction.TransactionManager
MAIN_SCENARIO_NAME, SCENARIO_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionBigQueryTransactionManager(com.google.cloud.bigquery.BigQuery bigquery, String datasetName) -
Method Summary
Modifier and TypeMethodDescriptionvoiddropAndCreateInMemoryTable(String tableName, List<Field> fields) com.google.cloud.bigquery.BigQueryvoidvoid
-
Constructor Details
-
BigQueryTransactionManager
-
-
Method Details
-
getBigQuery
public com.google.cloud.bigquery.BigQuery getBigQuery() -
dropAndCreateInMemoryTable
-
load
- Specified by:
loadin interfaceTransactionManager
-
loadCsv
- Specified by:
loadCsvin interfaceTransactionManager
-