Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.common.serialization.AvroRowDeserializationSchema#

class AvroRowDeserializationSchema(record_class: Optional[str] = None, avro_schema_string: Optional[str] = None)[source]#

Deserialization schema from Avro bytes to Row. Deserializes the byte[] messages into (nested) Flink rows. It converts Avro types into types that are compatible with Flink’s Table & SQL API.

Projects with Avro records containing logical date/time types need to add a JodaTime dependency.

previous

Formats

next

pyflink.common.serialization.AvroRowSerializationSchema

Show Source

Created using Sphinx 4.5.0.