Class TestTableGenerator

java.lang.Object
io.deephaven.enterprise.test.TestTableGenerator

public class TestTableGenerator extends Object
This class can be used to generate identical tables in memory to the ones stored in the resources for this project.
  • Constructor Details

    • TestTableGenerator

      public TestTableGenerator(int nGroups, int nTypes)
  • Method Details

    • makeTable

      public Table makeTable(@NotNull @NotNull ExecutionContext context, @NotNull @NotNull String partition, long size)
    • makeTable

      public Table makeTable(@NotNull @NotNull ExecutionContext context, @NotNull @NotNull String partition, int p1, @Nullable @Nullable String p2, long size)
    • makeDheTable

      public io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.Table makeDheTable(@NotNull @NotNull String partition, long size)
    • makeDheTable

      public io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.Table makeDheTable(@NotNull @NotNull String partition, int p1, @Nullable @Nullable String p2, long size)
    • makeDefinition

      public final TableDefinition makeDefinition(boolean includeExtended)
    • makeDheDefinition

      public final io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition makeDheDefinition()