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.datastream.formats.avro.AvroSchema#

class AvroSchema(j_schema)[source]#

Avro Schema class contains Java org.apache.avro.Schema.

New in version 1.16.0.

Methods

parse_file(file_path)

Parse a schema definition file as Avro Schema.

parse_string(json_schema)

Parse JSON string as Avro Schema.

previous

Formats

next

pyflink.datastream.formats.avro.GenericRecordAvroTypeInfo

On this page
  • AvroSchema
Show Source

Created using Sphinx 5.3.0.