public class HiveModule extends Object implements org.apache.flink.table.module.Module
| Constructor and Description |
|---|
HiveModule() |
HiveModule(String hiveVersion) |
| Modifier and Type | Method and Description |
|---|---|
Optional<org.apache.flink.table.functions.FunctionDefinition> |
getFunctionDefinition(String name) |
String |
getHiveVersion() |
Set<String> |
listFunctions() |
public HiveModule()
public HiveModule(String hiveVersion)
public Set<String> listFunctions()
listFunctions in interface org.apache.flink.table.module.Modulepublic Optional<org.apache.flink.table.functions.FunctionDefinition> getFunctionDefinition(String name)
getFunctionDefinition in interface org.apache.flink.table.module.Modulepublic String getHiveVersion()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.