Package io.deephaven.enterprise.test
Class TestTableGenerator
java.lang.Object
io.deephaven.enterprise.test.TestTableGenerator
This class can be used to generate identical tables in memory to the ones stored in the resources for this project.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal TableDefinition
makeDefinition
(boolean includeExtended) final io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition
io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.Table
makeDheTable
(@NotNull String partition, int p1, @Nullable String p2, long size) io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.Table
makeDheTable
(@NotNull String partition, long size) makeTable
(@NotNull ExecutionContext context, @NotNull String partition, int p1, @Nullable String p2, long size) makeTable
(@NotNull ExecutionContext context, @NotNull String partition, long size)
-
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
-
makeDefinition
-
makeDheDefinition
public final io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition makeDheDefinition()
-