| Class and Description |
|---|
| CatalogInputKind
Declared input format/source kind for a
CatalogInputSource. |
| Class and Description |
|---|
| CatalogInputException
Strict-mode failure raised by
CatalogInputReader.read(gudusoft.gsqlparser.catalog.input.CatalogInputSource, gudusoft.gsqlparser.catalog.input.CatalogLoadOptions) or by
CatalogInputReaders.forSource(CatalogInputSource, CatalogLoadOptions) when no
matching reader is registered (or more than one matches ambiguously). |
| CatalogInputKind
Declared input format/source kind for a
CatalogInputSource. |
| CatalogInputReader
Static-file or stream-input reader: parses a
CatalogInputSource into a
UnifiedCatalogModel. |
CatalogInputReaderFactory
ServiceLoader-discoverable factory for CatalogInputReaders. |
| CatalogInputSource
Immutable handle to a catalog input: file path, URL, reader supplier, byte buffer, or
pre-built
UnifiedCatalogModel. |
| CatalogLoadOptions
Caller-supplied knobs that drive both the input reader and the runtime provider.
|
| Class and Description |
|---|
| CatalogLoadingMode
Controls when a
CatalogProvider fetches metadata. |
| Class and Description |
|---|
| CatalogInputSource
Immutable handle to a catalog input: file path, URL, reader supplier, byte buffer, or
pre-built
UnifiedCatalogModel. |
| CatalogLoadOptions
Caller-supplied knobs that drive both the input reader and the runtime provider.
|
| CatalogLoadResult
Carries the outcome of a load operation.
|