| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.functions.hive.conversion |
| 限定符和类型 | 类和说明 |
|---|---|
class |
IdentityConversion
Conversion that return the same object.
|
class |
WritableHiveObjectConversion
A HiveObjectConversion that converts Flink objects to Hive Writable objects.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static HiveObjectConversion |
HiveInspectors.getConversion(org.apache.hadoop.hive.serde2.objectinspector.ObjectInspector inspector,
org.apache.flink.table.types.logical.LogicalType dataType,
HiveShim hiveShim)
Get conversion for converting Flink object to Hive object from an ObjectInspector and the corresponding Flink DataType.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.