Package io.deephaven.enterprise.test
Class CorePlusTestUtils
java.lang.Object
io.deephaven.enterprise.test.CorePlusTestUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull SchemaInternalcreateSchemaFromXml(String schemaString) static @NotNull SchemaInternalcreateSchemaFromXml(Path schemaPath) static @NotNull SchemaInternalmakeSchemaFromDefinition(@NotNull String namespace, @NotNull String tableName, @NotNull 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 SchemaInternal createSchemaFromXml(String schemaString) throws IOException, io.deephaven.shadow.enterprise.org.jdom2.JDOMException - Throws:
IOExceptionio.deephaven.shadow.enterprise.org.jdom2.JDOMException
-
createSchemaFromXml
@NotNull public static @NotNull SchemaInternal createSchemaFromXml(Path schemaPath) throws io.deephaven.shadow.enterprise.org.jdom2.JDOMException, IOException - Throws:
io.deephaven.shadow.enterprise.org.jdom2.JDOMExceptionIOException
-
testSchemaPathForTable
-
makeSchemaFromDefinition
@NotNull public static @NotNull SchemaInternal makeSchemaFromDefinition(@NotNull @NotNull String namespace, @NotNull @NotNull String tableName, @NotNull @NotNull NamespaceSet namespaceSet, int storageType, @NotNull @NotNull io.deephaven.shadow.enterprise.com.illumon.iris.db.tables.TableDefinition sourceDefinition)
-