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 TableDefinitionmakeDefinition(boolean includeExtended) final io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinitionio.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TablemakeDheTable(@NotNull String partition, int p1, @Nullable String p2, long size) io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TablemakeDheTable(@NotNull String partition, long size) io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.parquet.ParquetInstructionsmakeTable(@NotNull ExecutionContext context, @NotNull String partition, int p1, @Nullable String p2, long size) makeTable(@NotNull ExecutionContext context, @NotNull String partition, long size) static voidupdateDheDefinition(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition td)
-
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() -
updateDheDefinition
public static void updateDheDefinition(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition td) -
makeParquetInstructions
public io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.parquet.ParquetInstructions makeParquetInstructions()
-