Class CatalogStore.QualifiedName
Object
gudusoft.gsqlparser.sqlenv.calcite.CatalogStore.QualifiedName
- Enclosing class:
- CatalogStore
Immutable qualified name used as a canonical key.
This value object combines catalog.schema.object + type into a single key with cached hashCode for efficient map lookups.
-
Constructor Summary
ConstructorsConstructorDescriptionQualifiedName(String catalog, String schema, String objectName, ESQLDataObjectType type) -
Method Summary