Class SimpleCatalog

Object
gudusoft.gsqlparser.ext.calcite.catalog.impl.SimpleCatalog
All Implemented Interfaces:
Catalog

public class SimpleCatalog extends Object implements Catalog
Simple, mutable implementation of Catalog.

This implementation uses LinkedHashMap to maintain insertion order.