Class CorePlusTestUtils

java.lang.Object
io.deephaven.enterprise.test.CorePlusTestUtils

public class CorePlusTestUtils extends Object
  • 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

      @NotNull public static @NotNull Path testSchemaPathForTable(@NotNull @NotNull Path testBasePath, @NotNull @NotNull String namespace, @NotNull @NotNull String table)
    • 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)