Package io.squashql.transaction
Class SnowflakeDataLoader
java.lang.Object
io.squashql.transaction.SnowflakeDataLoader
- All Implemented Interfaces:
DataLoader
-
Field Summary
Fields inherited from interface io.squashql.transaction.DataLoader
MAIN_SCENARIO_NAME, SCENARIO_FIELD_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateOrReplaceTable(SnowflakeDatastore snowflakeDatastore, String table, List<TableTypedField> fields, boolean cjMode) voidcreateOrReplaceTable(String table, List<TableTypedField> fields) voidvoidvoidMethods 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
-
SnowflakeDataLoader
-
-
Method Details
-
dropTable
-
createOrReplaceTable
-
createOrReplaceTable
public static void createOrReplaceTable(SnowflakeDatastore snowflakeDatastore, String table, List<TableTypedField> fields, boolean cjMode) -
load
- Specified by:
loadin interfaceDataLoader
-
loadCsv
- Specified by:
loadCsvin interfaceDataLoader
-