Package io.deephaven.enterprise.test
Class CorePlusTestUtils
java.lang.Object
io.deephaven.enterprise.test.CorePlusTestUtils
- 
Method SummaryModifier and TypeMethodDescriptionstatic @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.SchemacreateSchemaFromXml(Path schemaPath) static @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.SchemamakeSchemaFromDefinition(@NotNull String namespace, @NotNull String tableName, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.NamespaceSet namespaceSet, int storageType, @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition sourceDefinition) static @NotNull PathtestSchemaPathForTable(@NotNull Path testBasePath, @NotNull String namespace, @NotNull String table) 
- 
Method Details- 
createSchemaFromXml@NotNull public static @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema createSchemaFromXml(Path schemaPath) throws io.deephaven.shadow.enterprise.org.jdom2.JDOMException, IOException - Throws:
- io.deephaven.shadow.enterprise.org.jdom2.JDOMException
- IOException
 
- 
testSchemaPathForTable
- 
makeSchemaFromDefinition@NotNull public static @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema makeSchemaFromDefinition(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.NamespaceSet namespaceSet, int storageType, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition sourceDefinition) 
 
-