Package | Description |
---|---|
org.apache.flink.table.api | |
org.apache.flink.table.api.internal | |
org.apache.flink.table.factories | |
org.apache.flink.table.module | |
org.apache.flink.table.module.hive |
Modifier and Type | Method and Description |
---|---|
void |
TableEnvironment.loadModule(String moduleName,
Module module)
Loads a
Module under a unique name. |
Modifier and Type | Method and Description |
---|---|
void |
TableEnvironmentImpl.loadModule(String moduleName,
Module module) |
Modifier and Type | Method and Description |
---|---|
Module |
ModuleFactory.createModule(Map<String,String> properties)
Creates and configures a
Module using the given properties. |
Modifier and Type | Class and Description |
---|---|
class |
CoreModule
Module of default core metadata in Flink.
|
Modifier and Type | Method and Description |
---|---|
Module |
CoreModuleFactory.createModule(Map<String,String> properties) |
Modifier and Type | Method and Description |
---|---|
void |
ModuleManager.loadModule(String name,
Module module)
Load a module under a unique name.
|
Modifier and Type | Class and Description |
---|---|
class |
HiveModule
Module to provide Hive built-in metadata.
|
Modifier and Type | Method and Description |
---|---|
Module |
HiveModuleFactory.createModule(Map<String,String> properties) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.