Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer

pyflink.common.serialization.Encoder#

class Encoder(j_encoder)[source]#

Encoder is used by the file sink to perform the actual writing of the incoming elements to the files in a bucket.

Methods

simple_string_encoder([charset_name])

A simple Encoder that uses toString() on the input elements and writes them to the output bucket file separated by newline.

previous

pyflink.common.serialization.SimpleStringSchema

next

Examples

Show Source

Created using Sphinx 4.5.0.