Interface | Description |
---|---|
Catalog |
This interface is responsible for reading and writing metadata such as database/table/views/UDFs
from a registered catalog.
|
CatalogBaseTable |
CatalogBaseTable is the common parent of table and view.
|
CatalogDatabase |
Interface of a database in a catalog.
|
CatalogFunction |
Interface for a function in a catalog.
|
CatalogPartition |
Represents a partition object in catalog.
|
CatalogTable |
Represents a table in a catalog.
|
CatalogView |
Represents a view in a catalog.
|
ExternalCatalog | Deprecated
use
Catalog instead. |
Class | Description |
---|---|
AbstractCatalog |
Abstract class for catalogs.
|
CatalogPartitionSpec |
Represents a partition spec object in catalog.
|
ExternalCatalogTable | Deprecated
use
CatalogTable instead. |
ObjectIdentifier |
Identifies an object in a catalog.
|
ObjectPath |
A database name and object (table/view/function) name combo in a catalog.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.