Package io.deephaven.enterprise.test
Class CorePlusTestUtils
java.lang.Object
io.deephaven.enterprise.test.CorePlusTestUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema
createSchemaFromXml
(Path schemaPath) static @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.schema.Schema
makeSchemaFromDefinition
(@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 Path
testSchemaPathForTable
(@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)
-