| Class | Description |
|---|---|
| JsonManifestCatalogInputReader |
Reader for
CatalogInputKind.JSON_MANIFEST sources. |
| JsonManifestCatalogInputReader.Factory |
ServiceLoader-discoverable factory.
|
| MemoryCatalogInputReader |
Pass-through reader for
CatalogInputKind.IN_MEMORY sources: the source already
carries a UnifiedCatalogModel, so read returns it directly. |
| MemoryCatalogInputReader.Factory |
ServiceLoader-discoverable factory.
|
| SqldepCatalogInputReader |
Reader for
CatalogInputKind.SQLDEP_JSON sources — the JSON shape the legacy
SQLDepSQLEnv consumes (plan §11 T2.A.4 / first Phase 2.A static-file adapter). |
| SqldepCatalogInputReader.Factory |
ServiceLoader-discoverable factory.
|
| SqlflowCatalogInputReader |
Reader for
CatalogInputKind.SQLFLOW_JSON sources — the JSON shape the legacy
SqlflowSQLEnv consumes (plan §11 T2.A.3 / second Phase 2.A static-file adapter). |
| SqlflowCatalogInputReader.Factory |
ServiceLoader-discoverable factory.
|