Skip to main content
Ctrl+K
PyFlink 1.20+vvr.11.7.dev0 documentation - Home PyFlink 1.20+vvr.11.7.dev0 documentation - Home
  • API Reference
  • Examples
  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
  • PyFlink DataFrame
  • PyFlink Common
    • Config
    • Serializer
    • Job Information
    • Serializer
    • Time
  • API Reference
  • PyFlink Common
  • Serializer
  • pyflink.common.serialization.Encoder

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

pyflink.common.serialization.BulkWriterFactory

On this page
  • Encoder

This Page

  • Show Source

Created using Sphinx 7.4.7.

Built with the PyData Sphinx Theme 0.16.1.