Uses of Package
org.apache.flink.table.runtime.typeutils.serializers.python
Packages that use org.apache.flink.table.runtime.typeutils.serializers.python
-
Classes in org.apache.flink.table.runtime.typeutils.serializers.python used by org.apache.flink.table.runtime.typeutils.serializers.pythonClassDescriptionWe create the BigDecSerializer instead of using the BigDecSerializer of flink-core module for performance reasons in Python deserialization.Takes int instead of long as the serialized value.A
TypeSerializerforRowData.We create the StringSerializer instead of using the StringSerializer of flink-core module because the StringSerializer of flink-core module serialize every Char of String in serialize method and deserialize the Char to build the String.Uses int instead of long as the serialized value.