Modifier and Type | Class and Description |
---|---|
class |
CatalogFunctionImpl
A catalog function implementation.
|
Modifier and Type | Method and Description |
---|---|
CatalogFunction |
CatalogFunctionImpl.copy() |
CatalogFunction |
CatalogFunction.copy()
Create a deep copy of the function.
|
CatalogFunction |
GenericInMemoryCatalog.getFunction(ObjectPath path) |
CatalogFunction |
Catalog.getFunction(ObjectPath functionPath)
Get the function.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericInMemoryCatalog.alterFunction(ObjectPath path,
CatalogFunction newFunction,
boolean ignoreIfNotExists) |
void |
Catalog.alterFunction(ObjectPath functionPath,
CatalogFunction newFunction,
boolean ignoreIfNotExists)
Modify an existing function.
|
void |
GenericInMemoryCatalog.createFunction(ObjectPath path,
CatalogFunction function,
boolean ignoreIfExists) |
void |
Catalog.createFunction(ObjectPath functionPath,
CatalogFunction function,
boolean ignoreIfExists)
Create a function.
|
Modifier and Type | Method and Description |
---|---|
CatalogFunction |
HiveCatalog.getFunction(ObjectPath functionPath) |
Modifier and Type | Method and Description |
---|---|
void |
HiveCatalog.alterFunction(ObjectPath functionPath,
CatalogFunction newFunction,
boolean ignoreIfNotExists) |
void |
HiveCatalog.createFunction(ObjectPath functionPath,
CatalogFunction function,
boolean ignoreIfExists) |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
HiveFunctionDefinitionFactory.createFunctionDefinition(String name,
CatalogFunction catalogFunction) |
Modifier and Type | Method and Description |
---|---|
FunctionDefinition |
FunctionDefinitionFactory.createFunctionDefinition(String name,
CatalogFunction catalogFunction)
Creates a
FunctionDefinition from given CatalogFunction . |
Modifier and Type | Method and Description |
---|---|
CatalogFunction |
CreateFunctionOperation.getCatalogFunction() |
CatalogFunction |
AlterFunctionOperation.getCatalogFunction() |
Constructor and Description |
---|
AlterFunctionOperation(ObjectIdentifier functionIdentifier,
CatalogFunction catalogFunction,
boolean ifExists,
boolean isTemporary) |
CreateFunctionOperation(ObjectIdentifier functionIdentifier,
CatalogFunction catalogFunction,
boolean ignoreIfExists,
boolean isTemporary) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.