public abstract class AbstractCatalog extends Object implements Catalog
Constructor and Description |
---|
AbstractCatalog(String name,
String defaultDatabase) |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultDatabase()
Get the name of the default database for this catalog.
|
String |
getName() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
alterDatabase, alterFunction, alterPartition, alterPartitionColumnStatistics, alterPartitionStatistics, alterTable, alterTableColumnStatistics, alterTableStatistics, close, createDatabase, createFunction, createPartition, createTable, databaseExists, dropDatabase, dropDatabase, dropFunction, dropPartition, dropTable, functionExists, getDatabase, getFactory, getFunction, getFunctionDefinitionFactory, getPartition, getPartitionColumnStatistics, getPartitionStatistics, getTable, getTableColumnStatistics, getTableFactory, getTableStatistics, listDatabases, listFunctions, listPartitions, listPartitions, listPartitionsByFilter, listTables, listViews, open, partitionExists, renameTable, tableExists
public String getName()
public String getDefaultDatabase()
Catalog
getDefaultDatabase
in interface Catalog
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.