public enum CatalogInputKind extends Enum<CatalogInputKind>
CatalogInputSource.
Plan §7.1. Phase 1 readers cover JSON / JSON_MANIFEST / IN_MEMORY only; the rest land across Phase 2 streams 2.A–2.E.
Phase 1A skeleton — used as parameter type by Phase 1B+ implementations.
| Enum Constant and Description |
|---|
DATAHUB |
DBT_MANIFEST |
DDL |
GLUE |
HIVE_METASTORE |
ICEBERG |
IN_MEMORY |
INFORMATION_SCHEMA |
JDBC |
JSON |
JSON_MANIFEST |
MYSQL_DUMP |
OPEN_METADATA |
ORACLE_DUMP |
POSTGRES_DUMP |
SQLDEP_JSON |
SQLFLOW_JSON |
SQLSERVER_EXPORT |
UNITY |
YAML |
| Modifier and Type | Method and Description |
|---|---|
static CatalogInputKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogInputKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogInputKind JSON
public static final CatalogInputKind JSON_MANIFEST
public static final CatalogInputKind YAML
public static final CatalogInputKind DDL
public static final CatalogInputKind SQLFLOW_JSON
public static final CatalogInputKind SQLDEP_JSON
public static final CatalogInputKind DBT_MANIFEST
public static final CatalogInputKind INFORMATION_SCHEMA
public static final CatalogInputKind JDBC
public static final CatalogInputKind HIVE_METASTORE
public static final CatalogInputKind GLUE
public static final CatalogInputKind UNITY
public static final CatalogInputKind ICEBERG
public static final CatalogInputKind OPEN_METADATA
public static final CatalogInputKind DATAHUB
public static final CatalogInputKind ORACLE_DUMP
public static final CatalogInputKind MYSQL_DUMP
public static final CatalogInputKind POSTGRES_DUMP
public static final CatalogInputKind SQLSERVER_EXPORT
public static final CatalogInputKind IN_MEMORY
public static CatalogInputKind[] values()
for (CatalogInputKind c : CatalogInputKind.values()) System.out.println(c);
public static CatalogInputKind valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null