Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
    • TableEnvironment
    • Table
    • Data Types
    • Window
    • Expressions
    • User Defined Functions
    • Descriptors
    • StatementSet
    • Catalog
  • PyFlink DataFrame
  • PyFlink Multimodal
  • PyFlink DataStream
  • PyFlink Common

pyflink.table.expression.Expression.split#

Expression.split(delimiter) → pyflink.table.expression.Expression[source]#

Returns an array of substrings by splitting the input string based on the given delimiter. If the delimiter is not found in the string, the original string is returned as the only element in the array. If the delimiter is empty, every character in the string is split. If the string or delimiter is null, a null value is returned. If the delimiter is found a t the beginning or end of the string, or there are contiguous delimiters, then an empty string is added to the array.

New in version 1.12.0.

previous

pyflink.table.expression.Expression.array_intersect

next

pyflink.table.expression.Expression.rowtime

Show Source

Created using Sphinx 4.5.0.