| Method and Description |
|---|
| org.apache.flink.table.runtime.types.ClassLogicalTypeConverter.getDefaultExternalClassForType(LogicalType) |
| org.apache.flink.table.filesystem.TableMetaStoreFactory.TableMetaStore.getLocationPath() |
| org.apache.flink.table.data.writer.BinaryArrayWriter.setNullAt(int, LogicalType)
Use
BinaryArrayWriter.createNullSetter(LogicalType) for avoiding logical types during runtime. |
| org.apache.flink.table.data.writer.BinaryWriter.write(BinaryWriter, int, Object, LogicalType, TypeSerializer<?>)
Use
BinaryWriter.createValueSetter(LogicalType) for avoiding logical types during runtime. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.