Constructor and Description |
---|
HiveModule() |
HiveModule(String hiveVersion) |
Modifier and Type | Method and Description |
---|---|
Optional<FunctionDefinition> |
getFunctionDefinition(String name)
Get an optional of
FunctionDefinition by a given name. |
String |
getHiveVersion() |
Set<String> |
listFunctions()
List names of all functions in this module.
|
public HiveModule()
public HiveModule(String hiveVersion)
public Set<String> listFunctions()
Module
listFunctions
in interface Module
public Optional<FunctionDefinition> getFunctionDefinition(String name)
Module
FunctionDefinition
by a given name.getFunctionDefinition
in interface Module
name
- name of the FunctionDefinition
.public String getHiveVersion()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.