Data connectivity & integrationPipeline Builder ExpressionsExplode map

Explode map

Supported in: Batch, Streaming

Explode map into a row per key, value pair.

Expression categories: Map

Declared arguments

  • Expression - no description
    Expression<Map<TKey, TValue>>

Type variable bounds: TKey accepts AnyType**TValue accepts AnyType

Output type: Struct<Optional[key], Optional[value]>