| Package | Description |
|---|---|
| org.apache.flink.table.functions.hive.conversion |
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityConversion
Conversion that return the same object.
|
class |
WritableHiveObjectConversion
A HiveObjectConversion that converts Flink objects to Hive Writable objects.
|
| Modifier and Type | Method and Description |
|---|---|
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–2021 The Apache Software Foundation. All rights reserved.