Class HiveShimV101
- java.lang.Object
-
- org.apache.flink.table.catalog.hive.client.HiveShimV100
-
- org.apache.flink.table.catalog.hive.client.HiveShimV101
-
- All Implemented Interfaces:
Serializable
,HiveShim
- Direct Known Subclasses:
HiveShimV110
public class HiveShimV101 extends HiveShimV100
Shim for Hive version 1.0.1.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.flink.table.catalog.hive.client.HiveShimV100
holdDDLTime, inheritTableSpecs, isAcid, isSkewedStoreAsSubdir
-
-
Constructor Summary
Constructors Constructor Description HiveShimV101()
-
Method Summary
-
Methods inherited from class org.apache.flink.table.catalog.hive.client.HiveShimV100
alterPartition, alterTable, createOrcBulkWriterFactory, createTableWithConstraints, createUDAFParameterInfo, getBuiltInFunctionInfo, getDateDataTypeClass, getDateWritableClass, getFieldsFromDeserializer, getHiveMetastoreClient, getHiveMetaStoreUtilsClass, getHiveOutputFormatClass, getHiveRecordWriter, getMetaStoreUtilsClass, getNotNullColumns, getPrimaryKey, getTimestampDataTypeClass, getTimestampWritableClass, getViews, hivePrimitiveToWritable, isDateStats, listBuiltInFunctions, loadPartition, loadTable, registerTemporaryFunction, toFlinkDate, toFlinkDateColStats, toFlinkTimestamp, toHiveDate, toHiveDateColStats, toHiveTimestamp
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.table.catalog.hive.client.HiveShim
getIntervalDayTimeTypeInfo, getIntervalYearMonthTypeInfo, isIntervalDayTimeType, isIntervalYearMonthType, isMaterializedView
-
-