Class RemergeData

java.lang.Object
com.illumon.iris.importers.BaseMergeData
com.illumon.iris.importers.RemergeData

@ScriptApi public class RemergeData extends BaseMergeData
Merge data from system permanent locations of another table (as written by MergeData).
  • Constructor Details

    • RemergeData

      public RemergeData(Database db, @NotNull MergeParameters params, @NotNull com.fishlib.io.logger.Logger logger, @NotNull String sourceNamespace, @NotNull String sourceTableName)
  • Method Details

    • getInputData

      @Nullable protected Table getInputData(@NotNull String logPrefix, @NotNull TableDefinition tableDefinition)
    • main

      public static void main(String sourceNamespace, String sourceTableName, String destNamespace, String destTableName, String partitionValue, String... args) throws IOException
      Main - thin wrapper around merge(). see https://deephaven.io/enterprise/docs/importing-data/advanced/merging/#remergedata
      Parameters:
      args - Command-line arguments
      Throws:
      IOException