Package io.deephaven.enterprise.dnd
Class BaseImportJob
java.lang.Object
io.deephaven.enterprise.dnd.BaseImportJob
Base class for import jobs. Provides common functionality such as retrieving the schema for a given namespace and
table name. Extensible to override functions like importSourceRequired.
-
Constructor Summary
ConstructorsConstructorDescriptionBaseImportJob(String namespace, String tableName, String importSource, String intradayPartitionColumn, String partitionFormula, ImportOutputMode outputMode, long persistentQuerySerial) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
BaseImportJob
public BaseImportJob(String namespace, String tableName, String importSource, String intradayPartitionColumn, String partitionFormula, ImportOutputMode outputMode, long persistentQuerySerial) - Parameters:
namespace- the namespace of the table to import intotableName- the name of the table to import intoimportSource- the name of the import sourceintradayPartitionColumn- the intraday partition columnpartitionFormula- the partition formulaoutputMode- the output modepersistentQuerySerial- the persistent query serial
-
-
Method Details
-
getIntradayPartitionColumn
-
getColumnPartitionValue
-