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 SummaryConstructors
- 
Method SummaryModifier 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- 
TestTableGeneratorpublic TestTableGenerator(int nGroups, int nTypes) 
 
- 
- 
Method Details- 
makeTablepublic Table makeTable(@NotNull @NotNull ExecutionContext context, @NotNull @NotNull String partition, long size) 
- 
makeTablepublic Table makeTable(@NotNull @NotNull ExecutionContext context, @NotNull @NotNull String partition, int p1, @Nullable @Nullable String p2, long size) 
- 
makeDheTablepublic io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.Table makeDheTable(@NotNull @NotNull String partition, long size) 
- 
makeDheTable
- 
makeDefinition
- 
makeDheDefinitionpublic final io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition makeDheDefinition()
- 
updateDheDefinitionpublic static void updateDheDefinition(io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition td) 
- 
makeParquetInstructionspublic io.deephaven.shadow.enterprise.com.illumon.iris.db.v2.locations.parquet.ParquetInstructions makeParquetInstructions()
 
-